/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/callback/ |
H A D | dscreen_source_callback_stub_test.cpp | 52 int32_t DScreenSourceCallbackStubTest::TestDScreenSourceCallbackStub::OnNotifyUnregResult(const std::string &devId, in OnNotifyUnregResult() function in OHOS::DistributedHardware::DScreenSourceCallbackStubTest::TestDScreenSourceCallbackStub 104 * @tc.desc: Invoke the OnNotifyUnregResult ipc interface. 113 int32_t ret = sourceCbkProxy.OnNotifyUnregResult("", "dhId000", "reqId000", 0, "data000"); in HWTEST_F() 119 ret = sourceCbkProxy.OnNotifyUnregResult(devId, "dhId000", "reqId000", 0, "data000"); in HWTEST_F() 122 ret = sourceCbkProxy.OnNotifyUnregResult("devId000", "", "reqId000", 0, "data000"); in HWTEST_F() 125 ret = sourceCbkProxy.OnNotifyUnregResult("devId000", devId, "reqId000", 0, "data000"); in HWTEST_F() 128 ret = sourceCbkProxy.OnNotifyUnregResult("devId000", "dhId000", "", 0, "data000"); in HWTEST_F() 131 ret = sourceCbkProxy.OnNotifyUnregResult("devId000", "dhId000", devId, 0, "data000"); in HWTEST_F() 134 ret = sourceCbkProxy.OnNotifyUnregResult("devId000", "dhId000", "reqId000", 0, ""); in HWTEST_F() 137 ret = sourceCbkProxy.OnNotifyUnregResult("devId00 in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/ |
H A D | dcamera_source_callback_proxy_test.cpp | 67 * @tc.desc: Verify the OnNotifyRegResult OnNotifyUnregResult function. 85 ret = callbackProxy->OnNotifyUnregResult(devId, TEST_CAMERA_DH_ID_0, TEST_REQID, status, TEST_ATTRS); in HWTEST_F() 91 * @tc.desc: Verify the OnNotifyRegResult OnNotifyUnregResult function. 109 ret = callbackProxy->OnNotifyUnregResult(TEST_DEVICE_ID, TEST_CAMERA_DH_ID_0, reqId, status, TEST_ATTRS); in HWTEST_F() 115 * @tc.desc: Verify the OnNotifyRegResult OnNotifyUnregResult function. 132 ret = callbackProxy->OnNotifyUnregResult(TEST_DEVICE_ID, TEST_CAMERA_DH_ID_0, TEST_REQID, status, TEST_ATTRS); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/src/ |
H A D | daudio_ipc_callback_test.cpp | 109 * @tc.desc: Verify the OnNotifyUnregResult function. 123 int32_t ret = dAudioIpcCallback_->OnNotifyUnregResult(devId, dhId, reqId, status, data); in HWTEST_F() 130 * @tc.desc: Verify the OnNotifyUnregResult function. 142 int32_t ret = dAudioIpcCallback_->OnNotifyUnregResult(devId, dhId, reqId, status, data); in HWTEST_F() 148 * @tc.desc: Verify the OnNotifyUnregResult function. 164 dAudioIpcCallback_->OnNotifyUnregResult(devId, dhId, reqId, status, data)); in HWTEST_F() 168 dAudioIpcCallback_->OnNotifyUnregResult(devId, dhId, reqId, status, data)); in HWTEST_F() 172 dAudioIpcCallback_->OnNotifyUnregResult(devId, dhId, reqId, status, data)); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
H A D | dcamera_service_state_listener.cpp | 103 int32_t ret = callbackProxy_->OnNotifyUnregResult(devId, dhId, reqId, status, data); in OnUnregisterNotify() 105 DHLOGE("OnNotifyUnregResult failed, ret: %{public}d", ret); in OnUnregisterNotify() 109 int32_t ret = callbackProxy_->OnNotifyUnregResult(devId, dhId, reqId, status, data); in OnUnregisterNotify() 111 DHLOGE("OnNotifyUnregResult failed, ret: %{public}d", ret); in OnUnregisterNotify()
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/src/callback/ |
H A D | dscreen_source_callback_test.cpp | 96 * @tc.desc: Verify the OnNotifyUnregResult function. 109 int32_t ret = dScreenSourceCallback_->OnNotifyUnregResult(devId, dhId, reqId, status, data); in HWTEST_F() 116 * @tc.desc: Verify the OnNotifyUnregResult function. 127 int32_t ret = dScreenSourceCallback_->OnNotifyUnregResult(devId, dhId, reqId, status, data); in HWTEST_F() 133 * @tc.desc: Verify the OnNotifyUnregResult function. 146 int32_t ret = dScreenSourceCallback_->OnNotifyUnregResult(devId, dhId, reqId, status, data); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sourceipccallbackonnotifyunregresult_fuzzer/ |
H A D | sourceipccallbackonnotifyunregresult_fuzzer.cpp | 40 callback->OnNotifyUnregResult(devId, dhId, reqId, status, resultData); in SourceIpcCallbackOnNotifyUnregResultFuzzTest()
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/callback/ |
H A D | idscreen_source_callback.h | 34 virtual int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId,
|
H A D | dscreen_source_callback.h | 37 int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId,
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/include/callback/ |
H A D | dscreen_source_callback_stub_test.h | 41 int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId,
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/callback/ |
H A D | idcamera_source_callback.h | 36 virtual int32_t OnNotifyUnregResult(const std::string& devId, const std::string& dhId, const std::string& reqId,
|
H A D | dcamera_source_callback.h | 34 int32_t OnNotifyUnregResult(const std::string& devId, const std::string& dhId, const std::string& reqId,
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/include/ |
H A D | idaudio_ipc_callback.h | 36 virtual int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId,
|
H A D | daudio_ipc_callback.h | 34 int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId,
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/include/ |
H A D | daudio_ipc_callback_proxy.h | 32 int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId,
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/callback/ |
H A D | dscreen_source_callback_proxy.h | 35 int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId,
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_callback/callbackonnotifyunregresult_fuzzer/ |
H A D | callbackonnotifyunregresult_fuzzer.cpp | 45 dScreenSourceCallback->OnNotifyUnregResult(devId, dhId, reqId, status, dataStr); in OnNotifyUnregResultFuzzTest()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/ |
H A D | dcamera_source_callback_proxy.h | 37 int32_t OnNotifyUnregResult(const std::string& devId, const std::string& dhId, const std::string& reqId,
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/include/ |
H A D | dscreen_source_common.h | 58 int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId, in OnNotifyUnregResult() function in OHOS::DistributedHardware::IDScreenSourceCallbackTest
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_callback/dscreensourcecallbackstub_fuzzer/ |
H A D | dscreensourcecallbackstub_fuzzer.cpp | 32 int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId,
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcecallbackproxy_fuzzer/ |
H A D | dscreensourcecallbackproxy_fuzzer.cpp | 71 sourceCbkProxy->OnNotifyUnregResult(devId, dhId, reqId, status, resultData); in DscreenSourceCallbackProxyFuzzTest()
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/ |
H A D | daudio_ipc_callback_stub.cpp | 80 int32_t ret = OnNotifyUnregResult(networkId, dhId, reqId, status, resultData); in OnNotifyUnregResultInner()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/ |
H A D | daudio_ipc_callback_proxy.cpp | 45 int32_t DAudioIpcCallbackProxy::OnNotifyUnregResult(const std::string &devId, const std::string &dhId, in OnNotifyUnregResult() function in OHOS::DistributedHardware::DAudioIpcCallbackProxy
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/ |
H A D | dscreen_source_callback_stub.cpp | 86 int32_t ret = OnNotifyUnregResult(devId, dhId, reqId, status, resultData); in OnNotifyUnregResultInner()
|
H A D | dscreen_source_callback.cpp | 44 int32_t DScreenSourceCallback::OnNotifyUnregResult(const std::string &devId, const std::string &dhId, in OnNotifyUnregResult() function in OHOS::DistributedHardware::DScreenSourceCallback 47 DHLOGI("DScreenSourceCallback OnNotifyUnregResult devId: %{public}s dhId: %{public}s status: %{public}" PRId32, in OnNotifyUnregResult()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/callback/ |
H A D | dscreen_source_callback_proxy.cpp | 58 int32_t DScreenSourceCallbackProxy::OnNotifyUnregResult(const std::string &devId, const std::string &dhId, in OnNotifyUnregResult() function in OHOS::DistributedHardware::DScreenSourceCallbackProxy 62 DHLOGE("OnNotifyUnregResult error: invalid parameter."); in OnNotifyUnregResult()
|