Home
last modified time | relevance | path

Searched refs:StopAuthenticateDevice (Results 1 - 14 of 14) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl_lite.h139 int32_t StopAuthenticateDevice(const std::string &pkgName);
H A Ddevice_manager_service_impl.h133 int32_t StopAuthenticateDevice(const std::string &pkgName);
/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h275 virtual int32_t StopAuthenticateDevice(const std::string &pkgName) = 0;
H A Ddevice_manager_service.h96 int32_t StopAuthenticateDevice(const std::string &pkgName);
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h626 virtual int32_t StopAuthenticateDevice(const std::string &pkgName) = 0;
H A Ddevice_manager_impl.h397 virtual int32_t StopAuthenticateDevice(const std::string &pkgName) override;
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h507 int32_t StopAuthenticateDevice(const std::string &pkgName);
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp521 int32_t DeviceManagerServiceImpl::StopAuthenticateDevice(const std::string &pkgName) in StopAuthenticateDevice() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp164 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 Ddevice_manager_service.cpp585 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 DUTTest_device_manager_service.cpp2434 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 Dipc_cmd_parser.cpp1466 int32_t result = DeviceManagerService::GetInstance().StopAuthenticateDevice(pkgName); in ON_IPC_CMD()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp324 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 Ddevice_manager_impl.cpp746 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()

Completed in 25 milliseconds