Home
last modified time | relevance | path

Searched defs:reqId (Results 26 - 50 of 140) sorted by relevance

123456

/base/security/device_auth/test/fuzztest/device_auth_service/devauthservprocessbinddata_fuzzer/
H A Ddevauthservprocessbinddata_fuzzer.cpp66 int64_t reqId = 123; in FuzzDoProcessBindData() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/
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/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
H A Ddaudio_source_proxy.cpp69 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam &param, const std::string &reqId) RegisterDistributedHardware() argument
97 UnregisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string &reqId) UnregisterDistributedHardware() argument
/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...]
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/callback/
H A Ddcamera_source_callback.cpp111 void DCameraSourceCallback::PushRegCallback(std::string& reqId, std::shared_ptr<RegisterCallback>& callback) in PushRegCallback() argument
117 void DCameraSourceCallback::PopRegCallback(std::string& reqId) in PopRegCallback() argument
123 void DCameraSourceCallback::PushUnregCallback(std::string& reqId, std::shared_ptr<UnregisterCallback>& callback) in PushUnregCallback() argument
30 OnNotifyRegResult(const std::string& devId, const std::string& dhId, const std::string& reqId, int32_t status, std::string& data) OnNotifyRegResult() argument
51 OnNotifyUnregResult(const std::string& devId, const std::string& dhId, const std::string& reqId, int32_t status, std::string& data) OnNotifyUnregResult() argument
129 PopUnregCallback(std::string& reqId) PopUnregCallback() argument
[all...]
H A Ddcamera_source_callback_stub.cpp71 std::string reqId = data.ReadString(); in NotifyRegResultInner() local
92 std::string reqId = data.ReadString(); in NotifyUnregResultInner() local
126 bool DCameraSourceCallbackStub::CheckParams(const std::string& devId, const std::string& dhId, const std::string& reqId, in CheckParams() argument
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/
H A Ddaudio_source_mgr_test.cpp193 std::string reqId = GetRandomID(); in HWTEST_F() local
225 std::string reqId = GetRandomID(); in HWTEST_F() local
240 std::string reqId = GetRandomID(); in HWTEST_F() local
259 std::string reqId = GetRandomID(); in HWTEST_F() local
275 std::string reqId in HWTEST_F() local
291 std::string reqId = GetRandomID(); HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp82 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam &param, const std::string &reqId) RegisterDistributedHardware() argument
114 UnregisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string &reqId) UnregisterDistributedHardware() argument
[all...]
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback_stub.cpp61 std::string reqId = data.ReadString(); in OnNotifyRegResultInner() local
79 std::string reqId = data.ReadString(); in OnNotifyUnregResultInner() local
90 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/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/include/
H A Ddscreen_source_common.h52 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
/base/security/device_auth/services/legacy/group_manager/src/callback_manager/
H A Dcallback_manager.c101 bool ProcessTransmitCallback(int64_t reqId, const uint8_t *data, uint32_t dataLen, const DeviceAuthCallback *callback) in ProcessTransmitCallback() argument
113 void ProcessSessionKeyCallback(int64_t reqId, const uint8_t *sessionKey, uint32_t sessionKeyLen, in ProcessSessionKeyCallback() argument
125 void ProcessFinishCallback(int64_t reqId, int operationCode, const char *returnData, in ProcessFinishCallback() argument
149 ProcessErrorCallback(int64_t reqId, int operationCode, int errorCode, const char *errorReturn, const DeviceAuthCallback *callback) ProcessErrorCallback() argument
162 ProcessRequestCallback(int64_t reqId, int operationCode, const char *reqParams, const DeviceAuthCallback *callback) ProcessRequestCallback() argument
[all...]
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmembertogroup_fuzzer/
H A Ddevauthservaddmembertogroup_fuzzer.cpp95 int64_t reqId = 123; in FuzzDoAddMemberToGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmultimemberstogroup_fuzzer/
H A Ddevauthservaddmultimemberstogroup_fuzzer.cpp93 int64_t reqId = 123; in FuzzDoAddMultiMembersToGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservauthdevice_fuzzer/
H A Ddevauthservauthdevice_fuzzer.cpp96 int64_t reqId = 123; in FuzzDoAuthDevice() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletegroup_fuzzer/
H A Ddevauthservdeletegroup_fuzzer.cpp86 int64_t reqId = 123; in FuzzDoDeleteGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletemultimembersfromgroup_fuzzer/
H A Ddevauthservdeletemultimembersfromgroup_fuzzer.cpp94 int64_t reqId = 123; in FuzzDoDeleteMultiMembersFromGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletememberfromgroup_fuzzer/
H A Ddevauthservdeletememberfromgroup_fuzzer.cpp94 int64_t reqId = 123; in FuzzDoDeleteMemberFromGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetdeviceinfobyid_fuzzer/
H A Ddevauthservgetdeviceinfobyid_fuzzer.cpp86 int64_t reqId = 123; in FuzzDoGetDeviceInfoById() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetgroupinfo_fuzzer/
H A Ddevauthservgetgroupinfo_fuzzer.cpp94 int64_t reqId = 123; in FuzzDoGetGroupInfo() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetgroupinfobyid_fuzzer/
H A Ddevauthservgetgroupinfobyid_fuzzer.cpp86 int64_t reqId = 123; in FuzzDoGetGroupInfoById() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetpkinfolist_fuzzer/
H A Ddevauthservgetpkinfolist_fuzzer.cpp94 int64_t reqId = 123; in FuzzDoGetPkInfoList() local

Completed in 10 milliseconds

123456