Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/unittest/nweb_value_test/
H A Dnweb_value_test.cpp155 nwebValue->AddDictionaryValue("test", value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h361 void AddDictionaryValue(const std::string& key, WebJavaScriptValue& value) in AddDictionaryValue() function
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_value.h402 void AddDictionaryValue(std::string key, NWebValue& value) in AddDictionaryValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp127 webviewValue->AddDictionaryValue(nwebKeyTmp->GetString(), *nwebValueTmp); in ParseValue()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp673 nwebValue->AddDictionaryValue(nwebKeyTmp->GetString(), *nwebValueTmp); in ParseDictionaryNapiValue2NwebValue()