class FakeDictionaryUtil
Defined at line 156 of file ../../src/devices/bin/driver_manager/tests/node_test.cc
Public Members
unordered_map receivers_
Public Methods
void FakeDictionaryUtil (async_dispatcher_t * dispatcher)
Defined at line 158 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 163 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 170 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 178 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 184 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 191 of file ../../src/devices/bin/driver_manager/tests/node_test.cc