Home
last modified time | relevance | path

Searched refs:ParsePerfConfig (Results 1 - 9 of 9) sorted by relevance

/base/web/webview/test/unittest/nweb_config_helper_test/
H A Dnweb_config_helper_test.cpp146 * @tc.desc: ParsePerfConfig.
154 std::string result = NWebConfigHelper::Instance().ParsePerfConfig(configNodeName, argsNodeName); in HWTEST_F()
160 * @tc.desc: ParsePerfConfig.
170 std::string result = NWebConfigHelper::Instance().ParsePerfConfig(configNodeName, argsNodeName); in HWTEST_F()
176 * @tc.desc: ParsePerfConfig.
183 NWebConfigHelper::Instance().ParsePerfConfig(node); in HWTEST_F()
189 * @tc.desc: ParsePerfConfig.
196 NWebConfigHelper::Instance().ParsePerfConfig(node); in HWTEST_F()
203 * @tc.desc: ParsePerfConfig.
215 NWebConfigHelper::Instance().ParsePerfConfig(nod in HWTEST_F()
[all...]
/base/web/webview/ohos_nweb/include/
H A Dnweb_config_helper.h32 std::string ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName);
43 void ParsePerfConfig(xmlNodePtr NodePtr);
H A Dnweb_adapter_helper.h48 std::string ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName);
/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp270 ParsePerfConfig(perfNodePtr); in ParseWebConfigXml()
274 ParsePerfConfig(adapterNodePtr); in ParseWebConfigXml()
367 void NWebConfigHelper::ParsePerfConfig(xmlNodePtr NodePtr) in ParsePerfConfig() function in OHOS::NWeb::NWebConfigHelper
396 std::string NWebConfigHelper::ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName) in ParsePerfConfig() function in OHOS::NWeb::NWebConfigHelper
H A Dnweb_helper.cpp1114 std::string NWebAdapterHelper::ParsePerfConfig(const std::string& configNodeName, const std::string& argsNodeName) in ParsePerfConfig() function in OHOS::NWeb::NWebAdapterHelper
1116 std::string config = NWebConfigHelper::Instance().ParsePerfConfig(configNodeName, argsNodeName); in ParsePerfConfig()
/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp137 .ParsePerfConfig(FACTORY_CONFIG_VALUE, FACTORY_LEVEL_VALUE); in AnalysisFromConfig()
141 ParsePerfConfig(FACTORY_CONFIG_VALUE, FACTORY_LEVEL_VALUE); in AnalysisFromConfig()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp216 std::string config = NWebAdapterHelper::Instance().ParsePerfConfig("web", "test"); in NWebHelperFuzzTest_002()
219 config = NWebAdapterHelper::Instance().ParsePerfConfig("web", "test"); in NWebHelperFuzzTest_002()
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp243 std::string config = NWebAdapterHelper::Instance().ParsePerfConfig("web", "test"); in HWTEST_F()
246 config = NWebAdapterHelper::Instance().ParsePerfConfig("web", "test"); in HWTEST_F()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3330 std::atoi(NWebAdapterHelper::Instance().ParsePerfConfig("flowBufferConfig", "maxFdNumber").c_str()); in RunJS()

Completed in 16 milliseconds