/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_dm_pin_holder.h | 53 void OnDestroyResult(int32_t result) override; 168 void OnDestroyResult(const std::string &pkgName, int32_t result) override
|
H A D | UTTest_device_manager_notify.h | 119 void OnDestroyResult(int32_t result) {} in OnDestroyResult() function in OHOS::DistributedHardware::PinHolderCallbackTest
|
H A D | UTTest_device_manager_service_listener.cpp | 416 listener_->OnDestroyResult(pkgName, result); in HWTEST_F()
|
H A D | UTTest_dm_pin_holder.cpp | 90 void DmPinHolderCallbackTest::OnDestroyResult(int32_t result) in OnDestroyResult() function in OHOS::DistributedHardware::DmPinHolderCallbackTest 92 std::cout << "OnDestroyResult " << result << std::endl; in OnDestroyResult()
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/pinholder_fuzzer/ |
H A D | pinholder_fuzzer.cpp | 37 void OnDestroyResult(int32_t result) override {}
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager_callback.h | 132 virtual void OnDestroyResult(int32_t result) = 0;
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | idevice_manager_service_listener.h | 134 * @tc.name: IDeviceManagerServiceListener::OnDestroyResult 138 virtual void OnDestroyResult(const std::string &pkgName, int32_t result) = 0;
|
H A D | device_manager_service_listener.h | 71 void OnDestroyResult(const std::string &pkgName, int32_t result) override;
|
/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 154 listener_->OnDestroyResult(registerPkgName_, ret); in DestroyPinHolder() 179 listener_->OnDestroyResult(registerPkgName_, ERR_DM_FAILED); in DestroyPinHolder() 406 listener_->OnDestroyResult(registerPkgName_, DM_OK); in ProcessDestroyResMsg() 413 listener_->OnDestroyResult(registerPkgName_, ERR_DM_FAILED); in ProcessDestroyResMsg()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/notify/ |
H A D | device_manager_notify.h | 115 void OnDestroyResult(const std::string &pkgName, int32_t result);
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/ |
H A D | device_manager_notify.cpp | 950 void DeviceManagerNotify::OnDestroyResult(const std::string &pkgName, int32_t result) in OnDestroyResult() function in OHOS::DistributedHardware::DeviceManagerNotify 956 LOGI("DeviceManagerNotify::OnDestroyResult in, pkgName:%{public}s", pkgName.c_str()); in OnDestroyResult() 961 LOGE("OnDestroyResult error, device state callback not register."); in OnDestroyResult() 967 LOGE("OnDestroyResult error, registered device state callback is nullptr."); in OnDestroyResult() 970 tempCbk->OnDestroyResult(result); in OnDestroyResult()
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service_listener.cpp | 412 void DeviceManagerServiceListener::OnDestroyResult(const std::string &pkgName, int32_t result) in OnDestroyResult() function in OHOS::DistributedHardware::DeviceManagerServiceListener 414 LOGI("DeviceManagerServiceListener::OnDestroyResult : %{public}d", result); in OnDestroyResult()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 1492 DeviceManagerNotify::GetInstance().OnDestroyResult(pkgName, result); in ON_IPC_CMD()
|