class FakeDictionaryUtil
Defined at line 151 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 153 of file ../../src/devices/bin/driver_manager/tests/node_test.cc
void DictionaryDirConnectorOpen (fuchsia_component_sandbox::CapabilityId dictionary, std::string_view key, fit::callback<void (zx::result<fidl::ClientEnd<fuchsia_io::Directory>>)> callback)
Defined at line 158 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 165 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 173 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 179 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 186 of file ../../src/devices/bin/driver_manager/tests/node_test.cc