Lines Matching refs:out
73 static void InitCallbackContext(const ApiCallInfo &in, ApiReplyInfo &out, EventCallbackContext &ctx)
77 out.exception_ = ApiCallErr(ERR_INTERNAL, "Api dose not support callback: " + in.apiId_);
78 LOG_E("%{public}s", out.exception_.message_.c_str());
92 out.exception_ = ApiCallErr(INTERNAL_ERROR, "JsCallbackFunction is not referenced: " + callbackId);
93 LOG_E("%{public}s", out.exception_.message_.c_str());
152 void UiEventObserverImpl::HandleEventCallback(const ApiCallInfo &in, ApiReplyInfo &out)
156 out.exception_ = ApiCallErr(INTERNAL_ERROR, "UIEventObserver memory error.");
159 InitCallbackContext(in, out, *context);
160 if (out.exception_.code_ != NO_ERROR) {
169 out.exception_ = ApiCallErr(INTERNAL_ERROR, "UIEventObserver memory error.");