Home
last modified time | relevance | path

Searched refs:nwebArgs (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp162 std::vector<std::shared_ptr<NWebValue>> nwebArgs; in CallbackFunctionForH5() local
168 nwebArgs.push_back(nwebArg); in CallbackFunctionForH5()
172 FromNwebID(bundle.nwebId)->CallH5FunctionInternal(env, bundle, nwebArgs); in CallbackFunctionForH5()
920 auto nwebArgs = *(static_cast<std::vector<std::shared_ptr<NWebValue>>*>(inParam->data)); in ExecuteGetJavaScriptResult() local
921 for (std::shared_ptr<NWebValue> input : nwebArgs) { in ExecuteGetJavaScriptResult()
1793 napi_env env, H5Bundle& bundle, std::vector<std::shared_ptr<NWebValue>> nwebArgs) in CallH5FunctionInternal()
1805 nweb_ptr->CallH5Function(bundle.frameRoutingId, bundle.h5Id, bundle.funcName, nwebArgs); in CallH5FunctionInternal()
1792 CallH5FunctionInternal( napi_env env, H5Bundle& bundle, std::vector<std::shared_ptr<NWebValue>> nwebArgs) CallH5FunctionInternal() argument
H A Dwebview_javascript_result_callback.h488 void CallH5FunctionInternal(napi_env env, H5Bundle& bundle, std::vector<std::shared_ptr<NWebValue>> nwebArgs);

Completed in 4 milliseconds