Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/test/mock/
Ddevice_manager_impl_mock.cpp151 int32_t DeviceManagerImpl::UnAuthenticateDevice(const std::string &pkgName, const DmDeviceInfo &dev… in UnAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
/foundation/distributedhardware/device_manager/services/implementation/src/
Ddevice_manager_service_impl_lite.cpp122 int32_t DeviceManagerServiceImpl::UnAuthenticateDevice(const std::string &pkgName, const std::strin… in UnAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
Ddevice_manager_service_impl.cpp165 int32_t DeviceManagerServiceImpl::UnAuthenticateDevice(const std::string &pkgName, const std::strin… in UnAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/foundation/distributedhardware/device_manager/services/service/src/
Ddevice_manager_service.cpp536 int32_t DeviceManagerService::UnAuthenticateDevice(const std::string &pkgName, const std::string &n… in UnAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerService
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
Ddm_auth_manager.cpp260 int32_t DmAuthManager::UnAuthenticateDevice(const std::string &pkgName, const std::string &networkI… in UnAuthenticateDevice() function in OHOS::DistributedHardware::DmAuthManager
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp653 int32_t DeviceManagerImpl::UnAuthenticateDevice(const std::string &pkgName, const DmDeviceInfo &dev… in UnAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
Dnative_devicemanager_js.cpp2163 napi_value DeviceManagerNapi::UnAuthenticateDevice(napi_env env, napi_callback_info info) in UnAuthenticateDevice() function in DeviceManagerNapi