Home
last modified time | relevance | path

Searched refs:OnNotifyRegResult (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/callback/
H A Ddscreen_source_callback_stub_test.cpp41 int32_t DScreenSourceCallbackStubTest::TestDScreenSourceCallbackStub::OnNotifyRegResult(const std::… in OnNotifyRegResult() function in OHOS::DistributedHardware::DScreenSourceCallbackStubTest::TestDScreenSourceCallbackStub
74 int32_t ret = sourceCbkProxy.OnNotifyRegResult("", "dhId000", "reqId000", 0, "data000");
80 ret = sourceCbkProxy.OnNotifyRegResult(devId, "dhId000", "reqId000", 0, "data000");
83 ret = sourceCbkProxy.OnNotifyRegResult("devId000", "", "reqId000", 0, "data000");
86 ret = sourceCbkProxy.OnNotifyRegResult("devId000", devId, "reqId000", 0, "data000");
89 ret = sourceCbkProxy.OnNotifyRegResult("devId000", "dhId000", "", 0, "data000");
92 ret = sourceCbkProxy.OnNotifyRegResult("devId000", "dhId000", devId, 0, "data000");
95 ret = sourceCbkProxy.OnNotifyRegResult("devId000", "dhId000", "reqId000", 0, "");
98 ret = sourceCbkProxy.OnNotifyRegResult("devId000", "dhId000", "reqId000", 0, "data000");
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/src/
H A Ddaudio_ipc_callback_test.cpp57 int32_t ret = dAudioIpcCallback_->OnNotifyRegResult(devId, dhId, reqId, status, data);
78 int32_t ret = dAudioIpcCallback_->OnNotifyRegResult(devId, dhId, reqId, status, data);
101 int32_t ret = dAudioIpcCallback_->OnNotifyRegResult(devId, dhId, reqId, status, data);
105 ret = dAudioIpcCallback_->OnNotifyRegResult(devId, dhId, reqId, status, data);
109 ret = dAudioIpcCallback_->OnNotifyRegResult(devId, dhId, reqId, status, data);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/
H A Ddcamera_source_callback_proxy_test.cpp82 …int32_t ret = callbackProxy->OnNotifyRegResult(devId, TEST_CAMERA_DH_ID_0, TEST_REQID, status, TES…
106 …int32_t ret = callbackProxy->OnNotifyRegResult(TEST_DEVICE_ID, TEST_CAMERA_DH_ID_0, reqId, status,…
129 …int32_t ret = callbackProxy->OnNotifyRegResult(TEST_DEVICE_ID, TEST_CAMERA_DH_ID_0, TEST_REQID, st…
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/src/callback/
H A Ddscreen_source_callback_test.cpp52 int32_t ret = dScreenSourceCallback_->OnNotifyRegResult(devId, dhId, reqId, status, data);
70 int32_t ret = dScreenSourceCallback_->OnNotifyRegResult(devId, dhId, reqId, status, data);
89 int32_t ret = dScreenSourceCallback_->OnNotifyRegResult(devId, dhId, reqId, status, data);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddcamera_service_state_listener.cpp65 int32_t ret = callbackProxy_->OnNotifyRegResult(devId, dhId, reqId, status, data); in OnRegisterNotify()
75 int32_t ret = callbackProxy_->OnNotifyRegResult(devId, dhId, reqId, status, data); in OnRegisterNotify()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/callback/
H A Didscreen_source_callback.h32 virtual int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId,
H A Ddscreen_source_callback.h35 int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId,
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sourceipccallbackonnotifyregresult_fuzzer/
H A Dsourceipccallbackonnotifyregresult_fuzzer.cpp40 callback->OnNotifyRegResult(devId, dhId, reqId, status, resultData); in SourceIpcCallbackOnNotifyRegResultFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/include/callback/
H A Ddscreen_source_callback_stub_test.h39 int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId,
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/include/
H A Didaudio_ipc_callback.h34 …virtual int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::st…
H A Ddaudio_ipc_callback.h32 …int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &re…
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/callback/
H A Didcamera_source_callback.h34 …virtual int32_t OnNotifyRegResult(const std::string& devId, const std::string& dhId, const std::st…
H A Ddcamera_source_callback.h32 …int32_t OnNotifyRegResult(const std::string& devId, const std::string& dhId, const std::string& re…
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_callback/callbackonnotifyregresult_fuzzer/
H A Dcallbackonnotifyregresult_fuzzer.cpp44 dScreenSourceCallback->OnNotifyRegResult(devId, dhId, reqId, status, dataStr); in OnNotifyRegResultFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyregresult_fuzzer/
H A Dcallbackonnotifyregresult_fuzzer.cpp38 dcameraSourceCallback->OnNotifyRegResult(devId, dhId, reqId, status, dataStr); in CallbackOnNotifyRegResultFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyunregresult_fuzzer/
H A Dcallbackonnotifyunregresult_fuzzer.cpp38 dcameraSourceCallback->OnNotifyRegResult(devId, dhId, reqId, status, dataStr); in CallbackOnNotifyRegResultFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/callback/
H A Ddscreen_source_callback_proxy.h33 …int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &re…
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/include/
H A Ddaudio_ipc_callback_proxy.h30 …int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &re…
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddcamera_source_callback_proxy.h35 …int32_t OnNotifyRegResult(const std::string& devId, const std::string& dhId, const std::string& re…
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/include/
H A Ddscreen_source_common.h52 int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId, in OnNotifyRegResult() function
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_callback/dscreensourcecallbackstub_fuzzer/
H A Ddscreensourcecallbackstub_fuzzer.cpp27 int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId, in OnNotifyRegResult() function in OHOS::DistributedHardware::DScreenSourceCallbackStubFuzzTest
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcecallbackproxy_fuzzer/
H A Ddscreensourcecallbackproxy_fuzzer.cpp70 sourceCbkProxy->OnNotifyRegResult(devId, dhId, reqId, status, resultData); in DscreenSourceCallbackProxyFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/callback/
H A Ddscreen_source_callback_proxy.cpp27 int32_t DScreenSourceCallbackProxy::OnNotifyRegResult(const std::string &devId, const std::string &… in OnNotifyRegResult() function in OHOS::DistributedHardware::DScreenSourceCallbackProxy
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_ipc_callback_proxy.cpp25 int32_t DAudioIpcCallbackProxy::OnNotifyRegResult(const std::string &devId, const std::string &dhId, in OnNotifyRegResult() function in OHOS::DistributedHardware::DAudioIpcCallbackProxy
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback.cpp24 int32_t DScreenSourceCallback::OnNotifyRegResult(const std::string &devId, const std::string &dhId, in OnNotifyRegResult() function in OHOS::DistributedHardware::DScreenSourceCallback

12