Lines Matching refs:reqId_
34 : uid_(calllingUid), pid_(calllingPid), canceled_(false), finished_(false), reqId_(reqId), outfd_(outfd)
36 DUMPER_HILOGD(MODULE_SERVICE, "create|pid=%{public}d, reqId=%{public}u", pid_, reqId_);
42 DUMPER_HILOGD(MODULE_SERVICE, "release|pid=%{public}d, reqId=%{public}u", pid_, reqId_);
50 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new ClientDeathRecipient(reqId_, canceled_));
116 return reqId_;
137 DUMPER_HILOGD(MODULE_SERVICE, "debug|reqId=%{public}u", reqId_);
195 RawParam::ClientDeathRecipient::ClientDeathRecipient(uint32_t reqId, bool &deathed) : reqId_(reqId), deathed_(deathed)
207 DUMPER_HILOGD(MODULE_SERVICE, "enter|reqId=%{public}d", reqId_);
209 DUMPER_HILOGD(MODULE_SERVICE, "leave|reqId=%{public}d", reqId_);
216 DUMPER_HILOGD(MODULE_SERVICE, "debug|reqId=%{public}u", reqId_);