Home
last modified time | relevance | path

Searched refs:reqId_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Draw_param.cpp34 …: uid_(calllingUid), pid_(calllingPid), canceled_(false), finished_(false), reqId_(reqId), outfd_(… in RawParam()
36 DUMPER_HILOGD(MODULE_SERVICE, "create|pid=%{public}d, reqId=%{public}u", pid_, reqId_); in RawParam()
42 DUMPER_HILOGD(MODULE_SERVICE, "release|pid=%{public}d, reqId=%{public}u", pid_, reqId_); in ~RawParam()
50 …deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new ClientDeathRecipient(reqId_, canceled_)); in Init()
116 return reqId_; in GetRequestId()
137 DUMPER_HILOGD(MODULE_SERVICE, "debug|reqId=%{public}u", reqId_); in Cancel()
195 RawParam::ClientDeathRecipient::ClientDeathRecipient(uint32_t reqId, bool &deathed) : reqId_(reqId)… in ClientDeathRecipient()
207 DUMPER_HILOGD(MODULE_SERVICE, "enter|reqId=%{public}d", reqId_); in OnRemoteDied()
209 DUMPER_HILOGD(MODULE_SERVICE, "leave|reqId=%{public}d", reqId_); in OnRemoteDied()
216 DUMPER_HILOGD(MODULE_SERVICE, "debug|reqId=%{public}u", reqId_); in Dump()
/ohos5.0/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 …andle_(starthandle), endHandle_(endHandle), valHandle_(valHandle), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
135 GattRequestInfo(ResponesType reqType, int reqId) : reqType_(reqType), reqId_(reqId) in GattRequestInfo()
137 …(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 …Handle_(handle), endHandle_(len), valHandle_(offset), data_(data), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
H A Dgatt_client_profile.cpp1128 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()
1605 int reqId = iter->second.reqId_; in ReadLongCharacteristicValueParsing()
1638 int reqId = iter->second.reqId_; in ReadUsingCharacteristicByUuidParsing()
[all …]
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Draw_param.h61 uint32_t reqId_;
74 uint32_t reqId_ {0};
/ohos5.0/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… in DCameraRegistParam()
53 std::string reqId_; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp749 stateListener_->OnRegisterNotify(param->devId_, param->dhId_, param->reqId_, result, data); in NotifyRegisterResult()
751 … stateListener_->OnUnregisterNotify(param->devId_, param->dhId_, param->reqId_, result, data); in NotifyRegisterResult()