Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_result_callback.cpp54 auto dict = argument->GetDictionaryValue(); in GetWebJSValueHelper()
136 auto dict = webJSValue->GetDictionaryValue(); in GetWebViewValue()
H A Dweb_javascript_value.h351 std::map<std::string, WebJavaScriptValue> GetDictionaryValue() in GetDictionaryValue() function
356 WebJavaScriptValue& GetDictionaryValue(const std::string& key) in GetDictionaryValue() function
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_value.h390 std::map<std::string, NWebValue> GetDictionaryValue() in GetDictionaryValue() function
396 NWebValue& GetDictionaryValue(std::string& key) in GetDictionaryValue() function
/ohos5.0/base/web/webview/test/unittest/nweb_value_test/
H A Dnweb_value_test.cpp154 nwebValue->GetDictionaryValue();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp56 auto dict = argument->GetDictionaryValue(); in ToJsValueHelper()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp464 auto dict = value->GetDictionaryValue(); in ParseDictionaryNwebValue2NapiValue()