/ohos5.0/drivers/external_device_manager/frameworks/native/ |
H A D | driver_ext_mgr_client.cpp | 107 UsbErrCode DriverExtMgrClient::BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &con… in BindDevice() function in OHOS::ExternalDeviceManager::DriverExtMgrClient 112 return proxy_->BindDevice(deviceId, connectCallback); in BindDevice()
|
/ohos5.0/drivers/external_device_manager/interfaces/innerkits/ |
H A D | idriver_ext_mgr.h | 35 …virtual UsbErrCode BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &connectCallbac…
|
H A D | driver_ext_mgr_client.h | 31 UsbErrCode BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &connectCallback);
|
/ohos5.0/drivers/external_device_manager/services/zidl/include/ |
H A D | driver_ext_mgr_proxy.h | 30 …UsbErrCode BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &connectCallback) overr…
|
/ohos5.0/drivers/external_device_manager/test/unittest/driver_extension_manager_client_test/ |
H A D | driver_extension_manager_client_test.cpp | 183 UsbErrCode ret = DriverExtMgrClient::GetInstance().BindDevice(deviceId, connectCallback); 227 UsbErrCode ret = DriverExtMgrClient::GetInstance().BindDevice(deviceId, connectCallback);
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/ |
H A D | driver_ext_mgr.h | 36 …UsbErrCode BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &connectCallback) overr…
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceservice_fuzzer/ |
H A D | authenticate_device_service_fuzzer.cpp | 71 DeviceManagerService::GetInstance().BindDevice(pkgName, authType, deviceId, extra); in AuthenticateDeviceServiceFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/ |
H A D | authenticate_device_service_impl_fuzzer.cpp | 143 deviceManagerServiceImpl->BindDevice(str, g_authType, str, str); in AuthenticateDeviceServiceImplFuzzTest()
|
/ohos5.0/drivers/external_device_manager/frameworks/js/napi/device_manager/ |
H A D | device_manager_middle.cpp | 534 static napi_value BindDevice(napi_env env, napi_callback_info info) in BindDevice() function 557 UsbErrCode retCode = g_edmClient.BindDevice(deviceId, g_edmCallback); in BindDevice() 744 DECLARE_NAPI_FUNCTION("bindDevice", BindDevice), in ExtDeviceManagerInit() 745 DECLARE_NAPI_FUNCTION("bindDeviceDriver", BindDevice), in ExtDeviceManagerInit()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 272 DeviceManager::GetInstance().BindDevice(str, g_authType, str, str, g_callbackk); in AuthenticateDeviceThirdFuzzTest() 363 DeviceManagerImpl::GetInstance().BindDevice(emptyStr, 1, emptyStr, emptyStr, nullptr); in AuthenticateDeviceFifthFuzzTest()
|
/ohos5.0/drivers/external_device_manager/services/zidl/src/ |
H A D | driver_ext_mgr_proxy.cpp | 77 UsbErrCode DriverExtMgrProxy::BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &conn… in BindDevice() function in OHOS::ExternalDeviceManager::DriverExtMgrProxy
|
H A D | driver_ext_mgr_stub.cpp | 103 UsbErrCode ret = BindDevice(deviceId, connectCallback); in OnBindDevice()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_impl.h | 106 …virtual int32_t BindDevice(const std::string &pkgName, int32_t authType, const std::string &device…
|
H A D | device_manager_service.h | 98 int32_t BindDevice(const std::string &pkgName, int32_t authType, const std::string &deviceId,
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl.h | 64 int32_t BindDevice(const std::string &pkgName, int32_t authType, const std::string &udidHash,
|
H A D | device_manager_service_impl_lite.h | 58 int32_t BindDevice(const std::string &pkgName, int32_t authType, const std::string &udidHash,
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | device_manager_impl_mock.cpp | 303 int32_t DeviceManagerImpl::BindDevice(const std::string &pkgName, in BindDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/ |
H A D | driver_ext_mgr.cpp | 153 UsbErrCode DriverExtMgr::BindDevice(uint64_t deviceId, const sptr<IDriverExtMgrCallback> &connectCa… in BindDevice() function in OHOS::ExternalDeviceManager::DriverExtMgr
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_impl.cpp | 1105 int32_t ret = deviceManagerServiceImpl_->BindDevice(pkgName, authType, udidHash, bindParam); 1123 int32_t ret = deviceManagerServiceImpl_->BindDevice(pkgName, authType, udidHash, bindParam); 1141 int32_t ret = deviceManagerServiceImpl_->BindDevice(pkgName, authType, udidHash, bindParam);
|
H A D | UTTest_device_manager_impl.cpp | 595 …int32_t ret = DeviceManager::GetInstance().BindDevice(packName, bindType, deviceId, bindParam, cal… 618 …int32_t ret = DeviceManager::GetInstance().BindDevice(packName, bindType, deviceId, bindParam, cal… 641 …int32_t ret = DeviceManager::GetInstance().BindDevice(packName, bindType, deviceId, bindParam, cal… 667 …int32_t ret = DeviceManager::GetInstance().BindDevice(packName, bindType, deviceId, bindParam, cal…
|
H A D | UTTest_device_manager_service.cpp | 1197 …int32_t ret = DeviceManagerService::GetInstance().BindDevice(pkgName, authType, deviceId, bindPara… 1207 …int32_t ret = DeviceManagerService::GetInstance().BindDevice(pkgName, authType, deviceId, bindPara… 1217 …int32_t ret = DeviceManagerService::GetInstance().BindDevice(pkgName, authType, deviceId, bindPara… 1228 …int32_t ret = DeviceManagerService::GetInstance().BindDevice(pkgName, authType, deviceId, bindPara…
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 129 int32_t DeviceManagerServiceImpl::BindDevice(const std::string &pkgName, int32_t authType, const st… in BindDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
H A D | device_manager_service_impl.cpp | 184 int32_t DeviceManagerServiceImpl::BindDevice(const std::string &pkgName, int32_t authType, const st… in BindDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager.h | 385 …virtual int32_t BindDevice(const std::string &pkgName, int32_t bindType, const std::string &device…
|
H A D | device_manager_impl.h | 335 …virtual int32_t BindDevice(const std::string &pkgName, int32_t bindType, const std::string &device…
|