Home
last modified time | relevance | path

Searched defs:reqId (Results 1 - 25 of 95) sorted by relevance

1234

/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_direct_virtual.c20 int32_t ConnBleDirectConnectDevice(const ConnectOption *option, uint32_t reqId, const ConnectResult* result) in ConnBleDirectConnectDevice() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/
H A Dmock_distributed_camera_source_stub.h40 RegisterDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& reqId, const EnableParam& param) RegisterDistributedHardware() argument
50 UnregisterDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& reqId) UnregisterDistributedHardware() argument
H A Ddcamera_source_callback_proxy_test.cpp104 const std::string reqId = ""; in HWTEST_F() local
H A Ddistributed_camera_source_stub_test.cpp131 std::string reqId = "reqId000"; in HWTEST_F() local
154 std::string reqId = "reqId000"; in HWTEST_F() local
217 std::string reqId = "reqId000"; in HWTEST_F() local
244 std::string reqId in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_ipc_callback_proxy.cpp25 OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &resultData) OnNotifyRegResult() argument
45 OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &resultData) OnNotifyUnregResult() argument
/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_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddcamera_service_state_listener.cpp48 OnRegisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, int32_t status, std::string& data) OnRegisterNotify() argument
84 OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, int32_t status, std::string& data) OnUnregisterNotify() argument
H A Ddcamera_source_callback_proxy.cpp26 OnNotifyRegResult(const std::string& devId, const std::string& dhId, const std::string& reqId, int32_t status, std::string& data) OnNotifyRegResult() argument
56 OnNotifyUnregResult(const std::string& devId, const std::string& dhId, const std::string& reqId, int32_t status, std::string& data) OnNotifyUnregResult() argument
152 CheckParams(const std::string& devId, const std::string& dhId, const std::string& reqId, std::string& data) CheckParams() argument
[all...]
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback.cpp64 void DScreenSourceCallback::PushRegRegisterCallback(const std::string &reqId, in PushRegRegisterCallback() argument
72 void DScreenSourceCallback::PopRegRegisterCallback(const std::string &reqId) in PopRegRegisterCallback() argument
24 OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &data) OnNotifyRegResult() argument
44 OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &data) OnNotifyUnregResult() argument
79 PushUnregisterCallback(const std::string &reqId, const std::shared_ptr<UnregisterCallback> &callback) PushUnregisterCallback() argument
87 PopUnregisterCallback(const std::string &reqId) PopUnregisterCallback() argument
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/callback/
H A Ddscreen_source_callback_proxy.cpp27 OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &resultData) OnNotifyRegResult() argument
58 OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &resultData) OnNotifyUnregResult() argument
89 CheckParams(const std::string &devId, const std::string &dhId, const std::string &reqId, const std::string &resultData) const CheckParams() argument
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/callback/
H A Ddscreen_source_callback_stub_test.cpp41 OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &data) OnNotifyRegResult() argument
52 OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &data) OnNotifyUnregResult() argument
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/src/callback/
H A Ddscreen_source_callback_test.cpp47 const std::string reqId = "reqIdReg"; in HWTEST_F() local
67 const std::string reqId = "reqId"; in HWTEST_F() local
84 const std::string reqId = "reqIdReg"; in HWTEST_F() local
104 const std::string reqId = "reqIdUnreg"; HWTEST_F() local
124 const std::string reqId = "reqId"; HWTEST_F() local
141 const std::string reqId = "reqIdUnreg"; HWTEST_F() local
159 const std::string reqId = "reqIdReg"; HWTEST_F() local
176 const std::string reqId = "reqId"; HWTEST_F() local
194 const std::string reqId = "reqIdUnreg"; HWTEST_F() local
211 const std::string reqId = "reqId"; HWTEST_F() local
[all...]
/test/xts/hats/distributedhardware/distributedcameratest/
H A Ddcameratest.h26 int32_t OnRegisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnRegisterNotify() argument
32 int32_t OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnUnregisterNotify() argument
/test/xts/hats/distributedhardware/distributedcameratest_additional/
H A Ddcameratest.h29 int32_t OnRegisterNotify(const std::string &devId, const std::string &dhId, const std::string &reqId, in OnRegisterNotify() argument
35 int32_t OnUnregisterNotify(const std::string &devId, const std::string &dhId, const std::string &reqId, in OnUnregisterNotify() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_score_test.cpp94 uint32_t reqId = 0; in HWTEST_F() local
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/src/
H A Ddaudio_ipc_callback_test.cpp50 const std::string reqId = "reqIdReg"; in HWTEST_F() local
71 const std::string reqId = "reqId"; in HWTEST_F() local
92 std::string reqId = "reqId"; in HWTEST_F() local
118 const std::string reqId = "reqIdUnreg"; HWTEST_F() local
139 const std::string reqId = "reqId"; HWTEST_F() local
160 std::string reqId = "reqId"; HWTEST_F() local
184 const std::string reqId = "reqIdReg"; HWTEST_F() local
202 const std::string reqId = "reqId"; HWTEST_F() local
220 const std::string reqId = "reqIdUnreg"; HWTEST_F() local
238 const std::string reqId = "reqId"; HWTEST_F() local
[all...]
H A Ddaudio_source_proxy_test.cpp59 const std::string reqId = "reqId"; in HWTEST_F() local
85 const std::string reqId = "reqId"; in HWTEST_F() local
111 std::string reqId = "reqId"; in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkstubonremoterequest_fuzzer/
H A Dsinkstubonremoterequest_fuzzer.cpp47 std::string reqId = "3"; in SinkStubOnRemoteRequestFuzzTest() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager_test.cpp182 std::string reqId = "reqId000"; in HWTEST_F() local
209 std::string reqId = ""; in HWTEST_F() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_manager_test.cpp180 std::string reqId = "reqId000"; in HWTEST_F() local
223 std::string reqId = "reqId000"; in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_ipc_callback.cpp28 OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &resultData) OnNotifyRegResult() argument
53 OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &resultData) OnNotifyUnregResult() argument
111 PushRegisterCallback(const std::string &reqId, const std::shared_ptr<RegisterCallback> &callback) PushRegisterCallback() argument
119 PopRegisterCallback(const std::string &reqId) PopRegisterCallback() argument
126 PushUnregisterCallback(const std::string &reqId, const std::shared_ptr<UnregisterCallback> &callback) PushUnregisterCallback() argument
134 PopUnregisterCallback(const std::string &reqId) PopUnregisterCallback() argument
[all...]
H A Ddaudio_ipc_callback_stub.cpp65 std::string reqId = data.ReadString(); in OnNotifyRegResultInner() local
77 std::string reqId = data.ReadString(); in OnNotifyUnregResultInner() local
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkstubdaudiosinkstub_fuzzer/
H A Dsinkstubdaudiosinkstub_fuzzer.cpp46 std::string reqId = "3"; in SinkStubDaudioSinkStubFuzzTest() local
88 std::string reqId = "3"; in SinkStubSubscribeLocalHardwareInnerFuzzTest() local
113 std::string reqId = "3"; in SinkStubUnsubscribeLocalHardwareInnerFuzzTest() local
138 std::string reqId = "3"; in SinkStubDAudioNotifyInnerFuzzTest() local
163 std::string reqId = "3"; in SinkStubPauseDistributedHardwareInnerFuzzTest() local
188 std::string reqId = "3"; SinkStubResumeDistributedHardwareInnerFuzzTest() local
213 std::string reqId = "3"; SinkStubStopDistributedHardwareInnerFuzzTest() local
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/servicesource/src/
H A Ddaudio_source_service_test.cpp97 std::string reqId = "reg"; in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/
H A Ddistributed_camera_source_proxy.cpp84 RegisterDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& reqId, const EnableParam& param) RegisterDistributedHardware() argument
116 CheckRegParams(const std::string& devId, const std::string& dhId, const std::string& reqId, const EnableParam& param) CheckRegParams() argument
137 UnregisterDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& reqId) UnregisterDistributedHardware() argument
168 CheckUnregParams(const std::string& devId, const std::string& dhId, const std::string& reqId) CheckUnregParams() argument
[all...]

Completed in 16 milliseconds

1234