Home
last modified time | relevance | path

Searched defs:AuthenticateDevice (Results 1 – 8 of 8) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/dispatch/
Dcommand_dispatch.cpp195 static int32_t AuthenticateDevice(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRsp>… in AuthenticateDevice() function
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
Ddevice_manager_impl.cpp209 int32_t DeviceManagerImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
/foundation/distributedhardware/device_manager/services/implementation/src/
Ddevice_manager_service_impl.cpp156 int32_t DeviceManagerServiceImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
Ddm_auth_manager.cpp113 int32_t DmAuthManager::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DmAuthManager
/foundation/distributedhardware/device_manager/services/service/src/
Ddevice_manager_service.cpp399 int32_t DeviceManagerService::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerService
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp579 int32_t DeviceManagerImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
/foundation/distributedhardware/device_manager/interfaces/kits/js_mini/src/
Dnative_devicemanager_js.cpp955 JSIValue DeviceManagerModule::AuthenticateDevice(const JSIValue thisVal, const JSIValue *args, uint… in AuthenticateDevice() function in OHOS::ACELite::DeviceManagerModule
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
Dnative_devicemanager_js.cpp2461 napi_value DeviceManagerNapi::AuthenticateDevice(napi_env env, napi_callback_info info) in AuthenticateDevice() function in DeviceManagerNapi