Home
last modified time | relevance | path

Searched defs:reqId (Results 1 – 25 of 137) sorted by relevance

123456

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile_callback.h46 …virtual void OnExchangeMtuEvent(int reqId, uint16_t connectHandle, uint16_t rxMtu, bool status) {}; in OnExchangeMtuEvent()
48int reqId, int result, uint16_t connectHandle, const std::map<uint16_t, GattCache::Service> &servi… in OnDiscoverAllPrimaryServicesEvent()
50int reqId, int result, uint16_t connectHandle, const std::map<uint16_t, GattCache::Service> &servi… in OnDiscoverPrimaryServicesByServiceUUIDEvent()
53 …virtual void OnDiscoverAllCharacteristicOfServiceEvent(int reqId, int result, uint16_t connectHand… in OnDiscoverAllCharacteristicOfServiceEvent()
55 virtual void OnDiscoverCharacteristicByUUIDEvent(int reqId, int result, uint16_t connectHandle, in OnDiscoverCharacteristicByUUIDEvent()
57 …virtual void OnDiscoverAllCharacteristicDescriptorsEvent(int reqId, int result, uint16_t serviceHa… in OnDiscoverAllCharacteristicDescriptorsEvent()
60 int reqId, uint16_t handle, GattValue &value, size_t len, int result) {}; in OnReadCharacteristicValueEvent()
63 int reqId, uint16_t connectHandle, uint16_t handle, int result) {}; in OnWriteLongCharacteristicValueEvent()
65 int reqId, uint16_t connectHandle, uint16_t handle, GattValue &value, size_t len) {}; in OnWriteLongValueOverageDataEvent()
71 int reqId, uint16_t handle, GattValue &value, size_t len, int result) {}; in OnReliableWriteCharacteristicValueEvent()
[all …]
H A Dgatt_client_profile.cpp1128 int reqId = iter->second.reqId_; in ErrorResponseParsing() local
1194 int reqId = iter->second.reqId_; in ErrorResponseParsing() local
1215 int reqId = iter->second.reqId_; in ExchangeMtuParsing() local
1286 int reqId = iter->second.reqId_; in DiscoverPrimaryServiceByUuidParsing() local
1333 int reqId = iter->second.reqId_; in FindIncludeServicesParsing() local
1479 int reqId = iter->second.reqId_; in SendDiscoverAllCharacteristicRequest() local
1532 int reqId = iter->second.reqId_; in DiscoverAllCharacteristicDescriptorsParsing() local
1579 int reqId = iter->second.reqId_; in ReadCharacteristicValueParsing() local
1605 int reqId = iter->second.reqId_; in ReadLongCharacteristicValueParsing() local
1638 int reqId = iter->second.reqId_; in ReadUsingCharacteristicByUuidParsing() local
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback.cpp25 const std::string &reqId, int32_t status, const std::string &data) in OnNotifyRegResult()
45 const std::string &reqId, int32_t status, const std::string &data) in OnNotifyUnregResult()
64 void DScreenSourceCallback::PushRegRegisterCallback(const std::string &reqId, in PushRegRegisterCallback()
72 void DScreenSourceCallback::PopRegRegisterCallback(const std::string &reqId) in PopRegRegisterCallback()
79 void DScreenSourceCallback::PushUnregisterCallback(const std::string &reqId, in PushUnregisterCallback()
87 void DScreenSourceCallback::PopUnregisterCallback(const std::string &reqId) in PopUnregisterCallback()
H A Ddscreen_source_callback_stub.cpp61 std::string reqId = data.ReadString(); in OnNotifyRegResultInner() local
79 std::string reqId = data.ReadString(); in OnNotifyUnregResultInner() local
91 const std::string &reqId, const std::string &resultData) const in CheckParams() argument
/ohos5.0/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"; variable
67 const std::string reqId = "reqId"; variable
84 const std::string reqId = "reqIdReg"; variable
104 const std::string reqId = "reqIdUnreg"; variable
124 const std::string reqId = "reqId"; variable
141 const std::string reqId = "reqIdUnreg"; variable
159 const std::string reqId = "reqIdReg"; variable
176 const std::string reqId = "reqId"; variable
194 const std::string reqId = "reqIdUnreg"; variable
211 const std::string reqId = "reqId"; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/
H A Ddaudio_source_mgr_test.cpp193 std::string reqId = GetRandomID(); variable
225 std::string reqId = GetRandomID(); variable
240 std::string reqId = GetRandomID(); variable
259 std::string reqId = GetRandomID(); variable
275 std::string reqId = GetRandomID(); variable
291 std::string reqId = GetRandomID(); variable
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/unittest/audiosourcetest/src/
H A Ddaudio_ipc_callback_test.cpp52 const std::string reqId = "reqIdReg"; variable
75 const std::string reqId = "reqId"; variable
98 std::string reqId = "reqId"; variable
126 const std::string reqId = "reqIdUnreg"; variable
149 const std::string reqId = "reqId"; variable
172 std::string reqId = "reqId"; variable
198 const std::string reqId = "reqIdReg"; variable
218 const std::string reqId = "reqId"; variable
238 const std::string reqId = "reqIdUnreg"; variable
258 const std::string reqId = "reqId"; variable
H A Ddaudio_source_proxy_test.cpp61 const std::string reqId = "reqId"; variable
89 const std::string reqId = "reqId"; variable
117 std::string reqId = "reqId"; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_ipc_callback.cpp29 const std::string &reqId, int32_t status, const std::string &resultData) in OnNotifyRegResult()
54 const std::string &reqId, int32_t status, const std::string &resultData) in OnNotifyUnregResult()
111 void DAudioIpcCallback::PushRegisterCallback(const std::string &reqId, in PushRegisterCallback()
119 void DAudioIpcCallback::PopRegisterCallback(const std::string &reqId) in PopRegisterCallback()
126 void DAudioIpcCallback::PushUnregisterCallback(const std::string &reqId, in PushUnregisterCallback()
134 void DAudioIpcCallback::PopUnregisterCallback(const std::string &reqId) in PopUnregisterCallback()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/callback/
H A Ddcamera_source_callback.cpp31 const std::string& reqId, int32_t status, std::string& data) in OnNotifyRegResult()
52 const std::string& reqId, int32_t status, std::string& data) in OnNotifyUnregResult()
111 void DCameraSourceCallback::PushRegCallback(std::string& reqId, std::shared_ptr<RegisterCallback>& … in PushRegCallback()
117 void DCameraSourceCallback::PopRegCallback(std::string& reqId) in PopRegCallback()
123 void DCameraSourceCallback::PushUnregCallback(std::string& reqId, std::shared_ptr<UnregisterCallbac… in PushUnregCallback()
129 void DCameraSourceCallback::PopUnregCallback(std::string& reqId) in PopUnregCallback()
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 …lbackStub::CheckParams(const std::string& devId, const std::string& dhId, const std::string& reqId, in CheckParams()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/callback/
H A Ddcamera_source_callback_test.cpp123 std::string reqId = "reqIdReg"; variable
143 std::string reqId = "reqId"; variable
160 std::string reqId = "reqId"; variable
180 std::string reqId = "reqId"; variable
197 std::string reqId = "reqId"; variable
242 std::string reqId = "reqId"; variable
267 std::string reqId = "reqId"; variable
293 std::string reqId = "reqId"; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/callback/
H A Ddscreen_source_callback_proxy.cpp28 const std::string &reqId, int32_t status, const std::string &resultData) in OnNotifyRegResult()
59 const std::string &reqId, int32_t status, const std::string &resultData) in OnNotifyUnregResult()
90 const std::string &reqId, const std::string &resultData) const in CheckParams() argument
/ohos5.0/base/security/device_auth/services/frameworks/inc/hiview_adapter/
H A Dperformance_dumper.h41 int64_t reqId; member
67 #define ADD_PERFORM_DATA(reqId, isBind, isClient, startTime) argument
68 #define RESET_PERFORM_DATA(reqId) argument
69 #define UPDATE_PERFORM_DATA_BY_INPUT_INDEX(reqId, timeIndex, time) argument
70 #define UPDATE_PERFORM_DATA_BY_SELF_INDEX(reqId, time) argument
73 #define GET_TOTAL_CONSUME_TIME_BY_REQ_ID(reqId) argument
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/
H A Ddistributed_camera_source_stub_test.cpp131 std::string reqId = "reqId000"; variable
154 std::string reqId = "reqId000"; variable
217 std::string reqId = "reqId000"; variable
244 std::string reqId = "reqId000"; variable
H A Dmock_distributed_camera_source_stub.h41 const std::string& reqId, const EnableParam& param) in RegisterDistributedHardware()
51 const std::string& reqId) in UnregisterDistributedHardware()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/callback_manager/
H A Dcallback_manager.c98 bool ProcessTransmitCallback(int64_t reqId, const uint8_t *data, uint32_t dataLen, const DeviceAuth… in ProcessTransmitCallback()
110 void ProcessSessionKeyCallback(int64_t reqId, const uint8_t *sessionKey, uint32_t sessionKeyLen, in ProcessSessionKeyCallback()
122 void ProcessFinishCallback(int64_t reqId, int operationCode, const char *returnData, in ProcessFinishCallback()
134 void ProcessErrorCallback(int64_t reqId, int operationCode, int errorCode, const char *errorReturn, in ProcessErrorCallback()
146 char *ProcessRequestCallback(int64_t reqId, int operationCode, const char *reqParams, in ProcessRequestCallback()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp120 std::string reqId = "reqId"; variable
141 std::string reqId = "reqId"; variable
160 std::string reqId = "reqId"; variable
181 std::string reqId = "reqId"; variable
201 std::string reqId = "reqId"; variable
221 std::string reqId = "reqId"; variable
245 std::string reqId = "reqId"; variable
/ohos5.0/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"; in SinkStubResumeDistributedHardwareInnerFuzzTest() local
213 std::string reqId = "3"; in SinkStubStopDistributedHardwareInnerFuzzTest() local
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/
H A Ddistributed_camera_source_proxy.cpp85 const std::string& reqId, const EnableParam& param) in RegisterDistributedHardware()
117 const std::string& reqId, const EnableParam& param) in CheckRegParams()
138 const std::string& reqId) in UnregisterDistributedHardware()
169 const std::string& reqId) in CheckUnregParams()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_manager.cpp175 const std::string &reqId, const int32_t status, const std::string &data) in OnRegResult()
188 const std::string &reqId, const int32_t status, const std::string &data) in OnUnregResult()
201 const std::string &reqId, int32_t status, const std::string &data) in OnRegResult()
214 const std::string &reqId, int32_t status, const std::string &data) in OnUnregResult()
227 const EnableParam &param, const std::string &reqId) in EnableDistributedScreen()
269 const std::string &reqId) in DisableDistributedScreen()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_state_listener.h30 …t32_t OnRegisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnRegisterNotify()
36 …2_t OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnUnregisterNotify()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_stub.cpp147 std::string reqId = data.ReadString(); in RegisterDistributedHardwareInner() local
164 const std::string& reqId, const EnableParam& param) in CheckRegParams()
196 std::string reqId = data.ReadString(); in UnregisterDistributedHardwareInner() local
209 const std::string& reqId) in CheckUnregParams()
H A Ddcamera_source_callback_proxy.cpp27 const std::string& reqId, int32_t status, std::string& data) in OnNotifyRegResult()
57 const std::string& reqId, int32_t status, std::string& data) in OnNotifyUnregResult()
153 const std::string& reqId, std::string& data) in CheckParams()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_switch_test.cpp117 int reqId; variable
167 int reqId = 1; variable
208 int reqId; variable
280 int reqId = ConnGetNewRequestId(MODULE_TRUST_ENGINE); variable
471 int reqId; variable
548 int reqId = ConnGetNewRequestId(MODULE_TRUST_ENGINE); variable
661 int reqId = ConnGetNewRequestId(MODULE_TRUST_ENGINE); variable

123456