/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_direct_virtual.c | 20 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 D | mock_distributed_camera_source_stub.h | 40 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 D | dcamera_source_callback_proxy_test.cpp | 104 const std::string reqId = ""; in HWTEST_F() local
|
H A D | distributed_camera_source_stub_test.cpp | 131 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 D | daudio_ipc_callback_proxy.cpp | 25 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 D | mock_dcamera_source_state_listener.h | 30 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 D | dcamera_service_state_listener.cpp | 48 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 D | dcamera_source_callback_proxy.cpp | 26 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 D | dscreen_source_callback.cpp | 64 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 D | dscreen_source_callback_proxy.cpp | 27 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 D | dscreen_source_callback_stub_test.cpp | 41 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 D | dscreen_source_callback_test.cpp | 47 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 D | dcameratest.h | 26 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 D | dcameratest.h | 29 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 D | net_score_test.cpp | 94 uint32_t reqId = 0; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/src/ |
H A D | daudio_ipc_callback_test.cpp | 50 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 D | daudio_source_proxy_test.cpp | 59 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 D | sinkstubonremoterequest_fuzzer.cpp | 47 std::string reqId = "3"; in SinkStubOnRemoteRequestFuzzTest() local
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager_test.cpp | 182 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 D | dscreen_manager_test.cpp | 180 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 D | daudio_ipc_callback.cpp | 28 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 D | daudio_ipc_callback_stub.cpp | 65 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 D | sinkstubdaudiosinkstub_fuzzer.cpp | 46 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 D | daudio_source_service_test.cpp | 97 std::string reqId = "reg"; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/ |
H A D | distributed_camera_source_proxy.cpp | 84 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...] |