class DictionaryUtil
Defined at line 13 of file ../../src/devices/bin/driver_manager/dictionary_util.h
Public Methods
void DictionaryUtil (fidl::ClientEnd<fuchsia_component_sandbox::CapabilityStore> store, async_dispatcher_t * dispatcher)
Defined at line 15 of file ../../src/devices/bin/driver_manager/dictionary_util.h
void ~DictionaryUtil ()
Defined at line 19 of file ../../src/devices/bin/driver_manager/dictionary_util.h
void ImportDictionary (fuchsia_component_sandbox::DictionaryRef dictionary, fit::callback<void (zx::result<fuchsia_component_sandbox::NewCapabilityId>)> callback)
Defined at line 19 of file ../../src/devices/bin/driver_manager/dictionary_util.cc
void ImportDictionaryWire (fuchsia_component_sandbox::wire::DictionaryRef dictionary, fit::callback<void (zx::result<fuchsia_component_sandbox::wire::NewCapabilityId>)> callback)
Defined at line 27 of file ../../src/devices/bin/driver_manager/dictionary_util.cc
void CopyExportDictionary (fuchsia_component_sandbox::CapabilityId dictionary, fit::callback<void (zx::result<fuchsia_component_sandbox::DictionaryRef>)> callback)
Defined at line 52 of file ../../src/devices/bin/driver_manager/dictionary_util.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 82 of file ../../src/devices/bin/driver_manager/dictionary_util.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 143 of file ../../src/devices/bin/driver_manager/dictionary_util.cc