Home
last modified time | relevance | path

Searched refs:DestroyPinHolder (Results 1 - 16 of 16) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonfuzztest/pinholder_fuzzer/
H A Dpinholder_fuzzer.cpp62 DeviceManager::GetInstance().DestroyPinHolder(pkgName, peerTargetId, pinType, payload); in PinHolderFuzzTest()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicemanagerservice_fuzzer/
H A Ddevice_manager_service_fuzzer.cpp62 DeviceManagerService::GetInstance().DestroyPinHolder(inputStr, targetId, pinType, inputStr); in DeviceManagerServiceFuzzTest()
/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H A Dpin_holder.h53 int32_t DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId,
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.cpp305 int32_t ret = pinHolder->DestroyPinHolder(packName, targetId, pinType, payload); in HWTEST_F()
323 int32_t ret = pinHolder->DestroyPinHolder(packName, targetId, pinType, payload); in HWTEST_F()
341 int32_t ret = pinHolder->DestroyPinHolder(packName, targetId, pinType, payload); in HWTEST_F()
359 int32_t ret = pinHolder->DestroyPinHolder(packName, targetId, pinType, payload); in HWTEST_F()
377 int32_t ret = pinHolder->DestroyPinHolder(packName, targetId, pinType, payload); in HWTEST_F()
398 int32_t ret = pinHolder->DestroyPinHolder(packName, targetId, pinType, payload); in HWTEST_F()
H A DUTTest_device_manager_impl.cpp2456 * 2. call DeviceManagerImpl::DestroyPinHolder with parameter
2466 int32_t ret = DeviceManager::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in HWTEST_F()
2474 ret = DeviceManager::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in HWTEST_F()
2478 ret = DeviceManager::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in HWTEST_F()
2481 ret = DeviceManager::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in HWTEST_F()
2486 ret = DeviceManager::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in HWTEST_F()
H A DUTTest_device_manager_service.cpp2071 int32_t ret = DeviceManagerService::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in HWTEST_F()
2081 int32_t ret = DeviceManagerService::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in HWTEST_F()
2257 int32_t ret = DeviceManagerService::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl_lite.h116 int32_t DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId,
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h560 virtual int32_t DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId,
H A Ddevice_manager_impl.h249 * @tc.name: DeviceManagerImpl::DestroyPinHolder
250 * @tc.desc: DestroyPinHolder
253 virtual int32_t DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId,
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp377 int32_t DeviceManagerServiceImpl::DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, in DestroyPinHolder() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h162 int32_t DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId,
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp248 DeviceManager::GetInstance().DestroyPinHolder(str, g_targetId, g_pinType, str); in AuthenticateDeviceSecondFuzzTest()
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp135 int32_t PinHolder::DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, DmPinType pinType, in DestroyPinHolder() function in OHOS::DistributedHardware::PinHolder
138 LOGI("DestroyPinHolder."); in DestroyPinHolder()
140 LOGE("DestroyPinHolder listener or session is nullptr."); in DestroyPinHolder()
144 LOGE("DestroyPinHolder pkgName: %{public}s is not register callback.", pkgName.c_str()); in DestroyPinHolder()
149 LOGE("DestroyPinHolder targetId is invalid."); in DestroyPinHolder()
153 LOGI("DestroyPinHolder session already destroy."); in DestroyPinHolder()
159 LOGE("DestroyPinHolder failed, state is %{public}d.", sourceState_); in DestroyPinHolder()
171 LOGI("DestroyPinHolder, message type is: %{public}d, pin type is: %{public}d.", MSG_TYPE_DESTROY_PIN_HOLDER, in DestroyPinHolder()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1455 int32_t DeviceManagerService::DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, in DestroyPinHolder() function in OHOS::DistributedHardware::DeviceManagerService
1459 LOGE("The caller: %{public}s does not have permission to call DestroyPinHolder.", pkgName.c_str()); in DestroyPinHolder()
1477 return pinHolder_->DestroyPinHolder(pkgName, targetId, pinType, payload); in DestroyPinHolder()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp1178 int32_t result = DeviceManagerService::GetInstance().DestroyPinHolder(pkgName, targetId, pinType, payload); in ON_IPC_CMD()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp2107 int32_t DeviceManagerImpl::DestroyPinHolder(const std::string &pkgName, const PeerTargetId &targetId, in DestroyPinHolder() function in OHOS::DistributedHardware::DeviceManagerImpl
2113 LOGE("DestroyPinHolder error: Invalid para, pkgName: %{public}s, pinType: %{public}d, payload.length" in DestroyPinHolder()
2126 LOGI("DestroyPinHolder Send Request failed ret: %{public}d", ret); in DestroyPinHolder()
2131 LOGE("DestroyPinHolder Failed with ret %{public}d", ret); in DestroyPinHolder()

Completed in 27 milliseconds