Home
last modified time | relevance | path

Searched refs:DeviceManagerProxy (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Didevmgr_client.cpp45 class DeviceManagerProxy : public IProxyBroker<IDeviceManager> { class
47 …explicit DeviceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IDeviceManager>(impl) … in DeviceManagerProxy() function in OHOS::HDI::DeviceManager::V1_0::DeviceManagerProxy
48 ~DeviceManagerProxy() {} in ~DeviceManagerProxy()
54 static inline BrokerDelegator<DeviceManagerProxy> delegator_;
57 int32_t DeviceManagerProxy::LoadDevice(const std::string &serviceName) in LoadDevice()
83 int32_t DeviceManagerProxy::UnloadDevice(const std::string &serviceName) in UnloadDevice()
89 if (!data.WriteInterfaceToken(DeviceManagerProxy::GetDescriptor())) { in UnloadDevice()
157 int32_t DeviceManagerProxy::ListAllDevice(std::vector<HdiDevHostInfo> &deviceInfos) in ListAllDevice()