class FakeDictionaryUtil
Defined at line 157 of file ../../src/devices/bin/driver_manager/tests/node_test.cc
Public Members
bool defer_import_
callback_impl pending_import_
unordered_map receivers_
Public Methods
void FakeDictionaryUtil (async_dispatcher_t * dispatcher)
Defined at line 159 of file ../../src/devices/bin/driver_manager/tests/node_test.cc
void DictionaryDirConnectorOpen (fuchsia_component_sandbox::CapabilityIddictionary,std::string_viewkey,fit::callback<void (zx::result<fidl::ClientEnd<fuchsia_io::Directory>>)>callback)
Defined at line 164 of file ../../src/devices/bin/driver_manager/tests/node_test.cc
void CreateDictionaryWith (std::unordered_map<std::string, fidl::ClientEnd<fuchsia_component_sandbox::DirReceiver>> receivers, fit::callback<void (zx::result<fuchsia_component_sandbox::CapabilityId>)> callback)
Defined at line 171 of file ../../src/devices/bin/driver_manager/tests/node_test.cc
void ImportDictionary (fuchsia_component_sandbox::DictionaryRef dictionary, fit::callback<void (zx::result<fuchsia_component_sandbox::NewCapabilityId>)> callback)
Defined at line 179 of file ../../src/devices/bin/driver_manager/tests/node_test.cc
void ImportDictionaryWire (fuchsia_component_sandbox::wire::DictionaryRef dictionary, fit::callback<void (zx::result<fuchsia_component_sandbox::wire::NewCapabilityId>)> callback)
Defined at line 195 of file ../../src/devices/bin/driver_manager/tests/node_test.cc
void CopyExportDictionary (fuchsia_component_sandbox::CapabilityId dictionary, fit::callback<void (zx::result<fuchsia_component_sandbox::DictionaryRef>)> callback)
Defined at line 202 of file ../../src/devices/bin/driver_manager/tests/node_test.cc