Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/
Ddevice_manager_service.cpp229 int32_t DeviceManagerService::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerService
/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/dispatch/
Dmessage_processing.cpp207 int32_t MessageProcessing::AuthenticateDevice(std::string &pkgName, const DmDeviceInfo &deviceInfo, in AuthenticateDevice() function in OHOS::DistributedHardware::MessageProcessing
/foundation/distributedhardware/devicemanager/ext/mini/interfaces_mini/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp192 int32_t DeviceManagerImpl::AuthenticateDevice(std::string &pkgName, const DmDeviceInfo &deviceInfo, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/mini/
Ddevice_manager_impl.cpp208 int32_t DeviceManagerImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dispatch/
Dcommand_dispatch.cpp197 static int32_t AuthenticateDevice(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<Mes… in AuthenticateDevice() function
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp246 int32_t DeviceManagerImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Ddm_auth_manager.cpp61 int32_t DmAuthManager::AuthenticateDevice(const std::string &pkgName, int32_t authType, const std::… in AuthenticateDevice() function in OHOS::DistributedHardware::DmAuthManager
/foundation/distributedhardware/devicemanager/ext/mini/interfaces_mini/kits/js/src/
Dnative_devicemanager_js.cpp888 JSIValue DeviceManagerModule::AuthenticateDevice(const JSIValue thisVal, const JSIValue *args, uint… in AuthenticateDevice() function in OHOS::ACELite::DeviceManagerModule
/foundation/distributedhardware/devicemanager/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/devicemanager/interfaces/kits/js/src/
Dnative_devicemanager_js.cpp1680 napi_value DeviceManagerNapi::AuthenticateDevice(napi_env env, napi_callback_info info) in AuthenticateDevice() function in DeviceManagerNapi