Home
last modified time | relevance | path

Searched refs:DriverExtMgrProxy (Results 1 - 2 of 2) sorted by relevance

/drivers/external_device_manager/services/zidl/include/
H A Ddriver_ext_mgr_proxy.h24 class DriverExtMgrProxy : public IRemoteProxy<IDriverExtMgr> { class
26 explicit DriverExtMgrProxy(const sptr<IRemoteObject> &remote) : IRemoteProxy<IDriverExtMgr>(remote) {} in DriverExtMgrProxy() function in OHOS::ExternalDeviceManager::DriverExtMgrProxy
27 ~DriverExtMgrProxy() = default;
38 static inline BrokerDelegator<DriverExtMgrProxy> delegator_;
/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_proxy.cpp25 UsbErrCode DriverExtMgrProxy::QueryDevice(uint32_t busType, std::vector<std::shared_ptr<DeviceData>> &devices) in QueryDevice()
77 UsbErrCode DriverExtMgrProxy::BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &connectCallback) in BindDevice()
114 UsbErrCode DriverExtMgrProxy::UnBindDevice(uint64_t deviceId) in UnBindDevice()
146 UsbErrCode DriverExtMgrProxy::QueryDeviceInfo(std::vector<std::shared_ptr<DeviceInfoData>> &deviceInfos, in QueryDeviceInfo()
192 UsbErrCode DriverExtMgrProxy::QueryDriverInfo(std::vector<std::shared_ptr<DriverInfoData>> &driverInfos, in QueryDriverInfo()

Completed in 1 milliseconds