Home
last modified time | relevance | path

Searched refs:reqId (Results 76 - 100 of 176) sorted by relevance

12345678

/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/
H A Didistributed_camera_source.h34 const std::string& reqId, const EnableParam& param) = 0;
36 const std::string& reqId) = 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::string &reqId,
36 virtual int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId,
H A Didaudio_source.h33 const EnableParam &param, const std::string &reqId) = 0;
35 const std::string &reqId) = 0;
H A Ddaudio_source_proxy.h33 const std::string &reqId) override;
35 const std::string &reqId) override;
/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 &reqId,
32 int32_t OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId,
H A Ddaudio_source_service.h40 const std::string &reqId) override;
42 const std::string &reqId) override;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceregisterdistributedhardware_fuzzer/
H A Dsourceserviceregisterdistributedhardware_fuzzer.cpp34 std::string reqId(reinterpret_cast<const char*>(data), size); in SourceServiceRegisterDistributedHardwareFuzzTest()
48 sourceService->RegisterDistributedHardware(devId, dhId, reqId, param); in SourceServiceRegisterDistributedHardwareFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddcamera_service_state_listener.h31 int32_t OnRegisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId,
33 int32_t OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId,
H A Ddistributed_camera_source_stub.h39 const std::string& reqId, const EnableParam& param);
40 bool CheckUnregParams(const std::string& devId, const std::string& dhId, const std::string& reqId);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/
H A Dicamera_state_listener.h29 virtual int32_t OnRegisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId,
31 virtual int32_t OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId,
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sourceproxyunregisterdistributedhardware_fuzzer/
H A Dsourceproxyunregisterdistributedhardware_fuzzer.cpp36 std::string reqId(reinterpret_cast<const char*>(data), size); in SourceProxyUnregisterDistributedHardwareFuzzTest()
48 dAudioProxy->UnregisterDistributedHardware(devId, dhId, reqId); in SourceProxyUnregisterDistributedHardwareFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_state_listener.h30 int32_t OnRegisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnRegisterNotify() argument
36 int32_t OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnUnregisterNotify() argument
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Didscreen_source.h33 const EnableParam &param, const std::string &reqId) = 0;
35 const std::string &reqId) = 0;
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_proxy/proxyunregisterdistributedhardware_fuzzer/
H A Dunregisterdistributedhardware_fuzzer.cpp37 std::string reqId(reinterpret_cast<const char*>(data), size); in UnregisterDistributedHardwareFuzzTest()
52 dscreenSourceProxy->UnregisterDistributedHardware(devId, dhId, reqId); in UnregisterDistributedHardwareFuzzTest()
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_stub.cpp127 std::string reqId = data.ReadString(); in RegisterDistributedHardwareInner() local
132 int32_t ret = RegisterDistributedHardware(networkId, dhId, enableParam, reqId); in RegisterDistributedHardwareInner()
146 std::string reqId = data.ReadString(); in UnregisterDistributedHardwareInner() local
148 int32_t ret = UnregisterDistributedHardware(networkId, dhId, reqId); in UnregisterDistributedHardwareInner()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H A Dnet_supplier_test.cpp241 uint32_t reqId = 1; in HWTEST_F() local
242 supplier->bestReqList_.insert(reqId); in HWTEST_F()
243 auto iter1 = supplier->bestReqList_.find(reqId); in HWTEST_F()
245 supplier->RemoveBestRequest(reqId); in HWTEST_F()
246 auto iter2 = supplier->bestReqList_.find(reqId); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_supplier_callback_base.h36 NetRequest(const uint32_t uid, const uint32_t reqId = 0, const uint32_t &registerType = UNKOWN, in NetRequest()
39 : uid(uid), requestId(reqId), registerType(registerType), ident(ident), bearTypes(netBearTypes),
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyregisterdistributedhardware_fuzzer/
H A Dsourceproxyregisterdistributedhardware_fuzzer.cpp34 std::string reqId(reinterpret_cast<const char*>(data), size); in SourceProxyRegisterDistributedHardwareFuzzTest()
52 dCSourceProxy->RegisterDistributedHardware(devId, dhId, reqId, param); in SourceProxyRegisterDistributedHardwareFuzzTest()
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sourceproxyregisterdistributedhardware_fuzzer/
H A Dsourceproxyregisterdistributedhardware_fuzzer.cpp36 std::string reqId(reinterpret_cast<const char*>(data), size); in SourceProxyRegisterDistributedHardwareFuzzTest()
53 dAudioProxy->RegisterDistributedHardware(devId, dhId, param, reqId); in SourceProxyRegisterDistributedHardwareFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonremoterequest_fuzzer/
H A Dcallbackonremoterequest_fuzzer.cpp40 std::string reqId(reinterpret_cast<const char*>(data), size); in CallbackOnRemoteRequestFuzzTest()
45 pdata.WriteString(reqId); in CallbackOnRemoteRequestFuzzTest()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_callback/callbackonremoterequest_fuzzer/
H A Dcallbackonremoterequest_fuzzer.cpp45 std::string reqId(reinterpret_cast<const char*>(data), size); in CallbackOnRemoteRequestFuzzTest()
50 pdata.WriteString(reqId); in CallbackOnRemoteRequestFuzzTest()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourceservice_fuzzer/
H A Ddscreensourceservice_fuzzer.cpp39 std::string reqId(reinterpret_cast<const char*>(data), size); in DscreenSourceServiceFuzzTest()
47 sourceServicePtr->RegisterDistributedHardware(devId, dhId, param, reqId); in DscreenSourceServiceFuzzTest()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/
H A Ddscreen_source_service.h38 const EnableParam &param, const std::string &reqId) override;
40 const std::string &reqId) override;
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/include/
H A Ddscreen_source_stub_test.h44 const EnableParam &param, const std::string &reqId);
46 const std::string &reqId);
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/include/
H A Ddscreen_source_common.h53 const std::string &reqId, int32_t status, const std::string &data) in OnNotifyRegResult()
59 const std::string &reqId, int32_t status, const std::string &data) in OnNotifyUnregResult()
52 OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &data) OnNotifyRegResult() argument
58 OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &data) OnNotifyUnregResult() argument

Completed in 7 milliseconds

12345678