Lines Matching defs:reqId
33 RawParam::RawParam(int calllingUid, int calllingPid, uint32_t reqId, std::vector<std::u16string> &args, int outfd)
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_);
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_);