Lines Matching refs:callInfo_
100 ApiCallInfo callInfo_;
206 if (ctx.callInfo_.fdParamIndex_ >= 0) {
207 auto fd = ctx.callInfo_.paramList_.at(INDEX_ZERO).get<int>();
241 LOG_D("TargetApi=%{public}s", ctx.callInfo_.apiId_.data());
243 g_apiTransactClient.Transact(ctx.callInfo_, reply);
279 LOG_D("TargetApi=%{public}s", ctx.callInfo_.apiId_.data());
293 g_apiTransactClient.Transact(ctx.callInfo_, aCtx->reply_);
346 auto ¶mList = ctx.callInfo_.paramList_;
347 const auto &id = ctx.callInfo_.apiId_;
370 ctx.callInfo_.fdParamIndex_ = INDEX_ZERO;
373 UiEventObserverNapi::Get().PreprocessCallOnce(env, ctx.callInfo_, ctx.jsThis_, ctx.jsArgs_, err);
409 ctx.callInfo_.paramList_ = nlohmann::json::parse(JsStrToCppStr(env, jsTempObj));
413 ctx.callInfo_.callerObjRef_ = JsStrToCppStr(env, jsTempObj);
416 ctx.callInfo_.apiId_ = methodDef->name_;