Home
last modified time | relevance | path

Searched refs:methodNames (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp505 std::vector<std::string> methodNames; in ParseBinNwebValue2NapiValue() local
506methodNames.assign(strList.begin() + JS_BRIDGE_BINARY_ARGS_COUNT, strList.end()); // skip id and t… in ParseBinNwebValue2NapiValue()
508 for (auto name : methodNames) { in ParseBinNwebValue2NapiValue()