Home
last modified time | relevance | path

Searched refs:OnNotifyUnregResult (Results 1 - 25 of 33) sorted by relevance

12

/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/callback/
H A Ddscreen_source_callback_stub_test.cpp52 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 Ddcamera_source_callback_proxy_test.cpp67 * @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 Ddaudio_ipc_callback_test.cpp109 * @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 Ddcamera_service_state_listener.cpp103 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 Ddscreen_source_callback_test.cpp96 * @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 Dsourceipccallbackonnotifyunregresult_fuzzer.cpp40 callback->OnNotifyUnregResult(devId, dhId, reqId, status, resultData); in SourceIpcCallbackOnNotifyUnregResultFuzzTest()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/callback/
H A Didscreen_source_callback.h34 virtual int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId,
H A Ddscreen_source_callback.h37 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 Ddscreen_source_callback_stub_test.h41 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 Didcamera_source_callback.h36 virtual int32_t OnNotifyUnregResult(const std::string& devId, const std::string& dhId, const std::string& reqId,
H A Ddcamera_source_callback.h34 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 Didaudio_ipc_callback.h36 virtual int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId,
H A Ddaudio_ipc_callback.h34 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 Ddaudio_ipc_callback_proxy.h32 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 Ddscreen_source_callback_proxy.h35 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 Dcallbackonnotifyunregresult_fuzzer.cpp45 dScreenSourceCallback->OnNotifyUnregResult(devId, dhId, reqId, status, dataStr); in OnNotifyUnregResultFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddcamera_source_callback_proxy.h37 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 Ddscreen_source_common.h58 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 Ddscreensourcecallbackstub_fuzzer.cpp32 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 Ddscreensourcecallbackproxy_fuzzer.cpp71 sourceCbkProxy->OnNotifyUnregResult(devId, dhId, reqId, status, resultData); in DscreenSourceCallbackProxyFuzzTest()
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_ipc_callback_stub.cpp80 int32_t ret = OnNotifyUnregResult(networkId, dhId, reqId, status, resultData); in OnNotifyUnregResultInner()
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_ipc_callback_proxy.cpp45 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 Ddscreen_source_callback_stub.cpp86 int32_t ret = OnNotifyUnregResult(devId, dhId, reqId, status, resultData); in OnNotifyUnregResultInner()
H A Ddscreen_source_callback.cpp44 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 Ddscreen_source_callback_proxy.cpp58 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()

Completed in 7 milliseconds

12