Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_config_helper.h44 void WriteConfigValueToSysPara(const std::string &configName, const std::string &value);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp353 WriteConfigValueToSysPara(nodeName + "/" + childNodeName, contentStr); in ParsePerfConfig()
371 void NWebConfigHelper::WriteConfigValueToSysPara(const std::string &configName, const std::string &… in WriteConfigValueToSysPara() function in OHOS::NWeb::NWebConfigHelper