Searched refs:callInfo_ (Results 1 – 1 of 1) sorted by relevance
99 ApiCallInfo callInfo_; member205 if (ctx.callInfo_.fdParamIndex_ >= 0) { in UnmarshalReply()206 auto fd = ctx.callInfo_.paramList_.at(INDEX_ZERO).get<int>(); in UnmarshalReply()240 LOG_D("TargetApi=%{public}s", ctx.callInfo_.apiId_.data()); in TransactSync()242 g_apiTransactClient.Transact(ctx.callInfo_, reply); in TransactSync()278 LOG_D("TargetApi=%{public}s", ctx.callInfo_.apiId_.data()); in TransactAsync()292 g_apiTransactClient.Transact(ctx.callInfo_, aCtx->reply_); in TransactAsync()348 auto ¶mList = ctx.callInfo_.paramList_; in PreprocessTransaction()349 const auto &id = ctx.callInfo_.apiId_; in PreprocessTransaction()370 ctx.callInfo_.fdParamIndex_ = INDEX_ZERO; in PreprocessTransaction()[all …]