Home
last modified time | relevance | path

Searched refs:reqId_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h115 int reqId_ = 0; member
118 : startHandle_(starthandle), endHandle_(endHandle), reqType_(reqType), uuid_(uuid), reqId_(reqId) in GattRequestInfo()
127 reqId_(reqId) in GattRequestInfo()
130 : startHandle_(starthandle), endHandle_(endHandle), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
133 : startHandle_(starthandle), endHandle_(endHandle), valHandle_(valHandle), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
135 GattRequestInfo(ResponesType reqType, int reqId) : reqType_(reqType), reqId_(reqId) in GattRequestInfo()
137 GattRequestInfo(const Uuid &uuid, ResponesType reqType, int reqId) : reqType_(reqType), uuid_(uuid), reqId_(reqId) in GattRequestInfo()
140 : startHandle_(handle), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
143 : startHandle_(handle), endHandle_(len), valHandle_(offset), data_(data), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
H A Dgatt_client_profile.cpp935 DiscoverAllPrimaryServiceParsing(attResp->second.reqId_, connectHandle, data); in ReceiveDataProcess()
947 GattRequestTimeoutParsing(attResp->second.reqId_, connectHandle, attResp->second.reqType_); in ReceiveDataProcess()
1128 int reqId = iter->second.reqId_; in ErrorResponseParsing()
1194 int reqId = iter->second.reqId_; in ErrorResponseParsing()
1215 int reqId = iter->second.reqId_; in ExchangeMtuParsing()
1286 int reqId = iter->second.reqId_; in DiscoverPrimaryServiceByUuidParsing()
1333 int reqId = iter->second.reqId_; in FindIncludeServicesParsing()
1479 int reqId = iter->second.reqId_; in SendDiscoverAllCharacteristicRequest()
1532 int reqId = iter->second.reqId_; in DiscoverAllCharacteristicDescriptorsParsing()
1579 int reqId = iter->second.reqId_; in ReadCharacteristicValueParsing()
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h48 std::string srcParam) : devId_(devId), dhId_(dhId), reqId_(reqId), sinkParam_(sinkParam), srcParam_(srcParam) in DCameraRegistParam()
53 std::string reqId_; member in OHOS::DistributedHardware::DCameraRegistParam
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp752 stateListener_->OnRegisterNotify(param->devId_, param->dhId_, param->reqId_, result, data); in NotifyRegisterResult()
754 stateListener_->OnUnregisterNotify(param->devId_, param->dhId_, param->reqId_, result, data); in NotifyRegisterResult()

Completed in 6 milliseconds