/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/callback/ |
H A D | dscreen_source_callback_stub_test.cpp | 41 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 D | daudio_ipc_callback_test.cpp | 57 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 D | dcamera_source_callback_proxy_test.cpp | 82 …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 D | dscreen_source_callback_test.cpp | 52 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 D | dcamera_service_state_listener.cpp | 65 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 D | idscreen_source_callback.h | 32 virtual int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId,
|
H A D | dscreen_source_callback.h | 35 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 D | sourceipccallbackonnotifyregresult_fuzzer.cpp | 40 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 D | dscreen_source_callback_stub_test.h | 39 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 D | idaudio_ipc_callback.h | 34 …virtual int32_t OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::st…
|
H A D | daudio_ipc_callback.h | 32 …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 D | idcamera_source_callback.h | 34 …virtual int32_t OnNotifyRegResult(const std::string& devId, const std::string& dhId, const std::st…
|
H A D | dcamera_source_callback.h | 32 …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 D | callbackonnotifyregresult_fuzzer.cpp | 44 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 D | callbackonnotifyregresult_fuzzer.cpp | 38 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 D | callbackonnotifyunregresult_fuzzer.cpp | 38 dcameraSourceCallback->OnNotifyRegResult(devId, dhId, reqId, status, dataStr); in CallbackOnNotifyRegResultFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/callback/ |
H A D | dscreen_source_callback_proxy.h | 33 …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 D | daudio_ipc_callback_proxy.h | 30 …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 D | dcamera_source_callback_proxy.h | 35 …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 D | dscreen_source_common.h | 52 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 D | dscreensourcecallbackstub_fuzzer.cpp | 27 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 D | dscreensourcecallbackproxy_fuzzer.cpp | 70 sourceCbkProxy->OnNotifyRegResult(devId, dhId, reqId, status, resultData); in DscreenSourceCallbackProxyFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/callback/ |
H A D | dscreen_source_callback_proxy.cpp | 27 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 D | daudio_ipc_callback_proxy.cpp | 25 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 D | dscreen_source_callback.cpp | 24 int32_t DScreenSourceCallback::OnNotifyRegResult(const std::string &devId, const std::string &dhId, in OnNotifyRegResult() function in OHOS::DistributedHardware::DScreenSourceCallback
|