Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/test/mock/
Ddevice_manager_impl_mock.cpp142 int32_t DeviceManagerImpl::AuthenticateDevice(const std::string &pkgName, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
/foundation/distributedhardware/device_manager/services/implementation/src/
Ddevice_manager_service_impl_lite.cpp112 int32_t DeviceManagerServiceImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
Ddevice_manager_service_impl.cpp151 int32_t DeviceManagerServiceImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/foundation/distributedhardware/device_manager/services/service/src/
Ddevice_manager_service.cpp500 int32_t DeviceManagerService::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerService
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
Ddm_auth_manager.cpp238 int32_t DmAuthManager::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() function in OHOS::DistributedHardware::DmAuthManager
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp614 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/src/
Dnative_devicemanager_js.cpp2424 napi_value DeviceManagerNapi::AuthenticateDevice(napi_env env, napi_callback_info info) in AuthenticateDevice() function in DeviceManagerNapi