Searched refs:reqId_ (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hidumper/services/native/src/ |
H A D | raw_param.cpp | 34 : uid_(calllingUid), pid_(calllingPid), canceled_(false), finished_(false), reqId_(reqId), outfd_(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), deathed_(deathed) 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() [all...] |
/base/hiviewdfx/hidumper/services/native/include/ |
H A D | raw_param.h | 61 uint32_t reqId_; member in OHOS::HiviewDFX::RawParam::ClientDeathRecipient 74 uint32_t reqId_ {0};
|
Completed in 2 milliseconds