Home
last modified time | relevance | path

Searched defs:configFilePath (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/test/unittest/nweb_config_helper_test/
Dnweb_config_helper_test.cpp54 std::string configFilePath = "nonexistent.xml"; variable
66 std::string configFilePath = "invalid_root.xml"; variable
78 std::string configFilePath = "valid_init.xml"; variable
90 std::string configFilePath = "valid_delete.xml"; variable
102 std::string configFilePath = "valid_performance.xml"; variable
114 std::string configFilePath = "valid_ltpo.xml"; variable
/base/web/webview/ohos_nweb/src/
Dnweb_config_helper.cpp233 void NWebConfigHelper::ParseWebConfigXml(const std::string& configFilePath, in ParseWebConfigXml()