Searched refs:ParseWebConfigXml (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/web/webview/test/unittest/nweb_config_helper_test/ |
H A D | nweb_config_helper_test.cpp | 55 EXPECT_NO_THROW(NWebConfigHelper::Instance().ParseWebConfigXml(configFilePath, initArgs)); 67 EXPECT_NO_THROW(NWebConfigHelper::Instance().ParseWebConfigXml(configFilePath, initArgs)); 79 EXPECT_NO_THROW(NWebConfigHelper::Instance().ParseWebConfigXml(configFilePath, initArgs)); 91 EXPECT_NO_THROW(NWebConfigHelper::Instance().ParseWebConfigXml(configFilePath, initArgs)); 103 EXPECT_NO_THROW(NWebConfigHelper::Instance().ParseWebConfigXml(configFilePath, initArgs)); 115 EXPECT_NO_THROW(NWebConfigHelper::Instance().ParseWebConfigXml(configFilePath, initArgs));
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_config_helper.cpp | 212 ParseWebConfigXml(defaultConfigPath, initArgs); in ParseConfig() 225 ParseWebConfigXml(defaultConfigPath, initArgs); in ParseConfig() 228 ParseWebConfigXml(cfgFiles->paths[i], initArgs); in ParseConfig() 233 void NWebConfigHelper::ParseWebConfigXml(const std::string& configFilePath, in ParseWebConfigXml() function in OHOS::NWeb::NWebConfigHelper
|
/ohos5.0/base/web/webview/ohos_nweb/include/ |
H A D | nweb_config_helper.h | 43 …void ParseWebConfigXml(const std::string &configFilePath, std::shared_ptr<NWebEngineInitArgsImpl> …
|