/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl_lite.h | 139 int32_t StopAuthenticateDevice(const std::string &pkgName);
|
H A D | device_manager_service_impl.h | 133 int32_t StopAuthenticateDevice(const std::string &pkgName);
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_impl.h | 275 virtual int32_t StopAuthenticateDevice(const std::string &pkgName) = 0;
|
H A D | device_manager_service.h | 96 int32_t StopAuthenticateDevice(const std::string &pkgName);
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager.h | 626 virtual int32_t StopAuthenticateDevice(const std::string &pkgName) = 0;
|
H A D | device_manager_impl.h | 397 virtual int32_t StopAuthenticateDevice(const std::string &pkgName) override;
|
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 507 int32_t StopAuthenticateDevice(const std::string &pkgName);
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 521 int32_t DeviceManagerServiceImpl::StopAuthenticateDevice(const std::string &pkgName) in StopAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
|
H A D | device_manager_service_impl.cpp | 164 int32_t DeviceManagerServiceImpl::StopAuthenticateDevice(const std::string &pkgName) in StopAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl 167 LOGE("DeviceManagerServiceImpl::StopAuthenticateDevice failed"); in StopAuthenticateDevice() 170 return authMgr_->StopAuthenticateDevice(pkgName); in StopAuthenticateDevice()
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 585 int32_t DeviceManagerService::StopAuthenticateDevice(const std::string &pkgName) in StopAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerService 588 LOGE("The caller: %{public}s does not have permission to call StopAuthenticateDevice.", pkgName.c_str()); in StopAuthenticateDevice() 592 LOGE("DeviceManagerService::StopAuthenticateDevice error: Invalid parameter, pkgName: %{public}s", in StopAuthenticateDevice() 598 LOGE("StopAuthenticateDevice failed, instance not init or init failed."); in StopAuthenticateDevice() 601 if (dmServiceImpl_->StopAuthenticateDevice(pkgName) != DM_OK) { in StopAuthenticateDevice() 602 LOGE("dmServiceImpl_ StopAuthenticateDevice failed."); in StopAuthenticateDevice()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service.cpp | 2434 int32_t ret = DeviceManagerService::GetInstance().StopAuthenticateDevice(pkgName); in HWTEST_F() 2441 int32_t ret = DeviceManagerService::GetInstance().StopAuthenticateDevice(pkgName); in HWTEST_F() 2448 int32_t ret = DeviceManagerService::GetInstance().StopAuthenticateDevice(pkgName); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 1466 int32_t result = DeviceManagerService::GetInstance().StopAuthenticateDevice(pkgName); in ON_IPC_CMD()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 324 int32_t DmAuthManager::StopAuthenticateDevice(const std::string &pkgName) in StopAuthenticateDevice() function in OHOS::DistributedHardware::DmAuthManager
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 746 int32_t DeviceManagerImpl::StopAuthenticateDevice(const std::string &pkgName) in StopAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerImpl 749 DmRadarHelper::GetInstance().ReportDmBehavior(pkgName, "StopAuthenticateDevice", ERR_DM_INPUT_PARA_INVALID); in StopAuthenticateDevice() 750 LOGE("StopAuthenticateDevice error: Invalid para. pkgName %{public}s", pkgName.c_str()); in StopAuthenticateDevice() 759 DmRadarHelper::GetInstance().ReportDmBehavior(pkgName, "StopAuthenticateDevice", ret); in StopAuthenticateDevice() 760 LOGE("StopAuthenticateDevice error: Send Request failed ret: %{public}d", ret); in StopAuthenticateDevice() 765 DmRadarHelper::GetInstance().ReportDmBehavior(pkgName, "StopAuthenticateDevice", ret); in StopAuthenticateDevice() 766 LOGE("StopAuthenticateDevice error: Failed with ret %{public}d", ret); in StopAuthenticateDevice()
|