Home
last modified time | relevance | path

Searched refs:ParsePerfConfig (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/nweb_config_helper_test/
H A Dnweb_config_helper_test.cpp156 std::string result = NWebConfigHelper::Instance().ParsePerfConfig(configNodeName, argsNodeName);
172 std::string result = NWebConfigHelper::Instance().ParsePerfConfig(configNodeName, argsNodeName);
185 NWebConfigHelper::Instance().ParsePerfConfig(node);
198 NWebConfigHelper::Instance().ParsePerfConfig(node);
217 NWebConfigHelper::Instance().ParsePerfConfig(node);
236 NWebConfigHelper::Instance().ParsePerfConfig(node);
255 NWebConfigHelper::Instance().ParsePerfConfig(node);
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_config_helper.h32 std::string ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName);
42 void ParsePerfConfig(xmlNodePtr NodePtr);
H A Dnweb_adapter_helper.h49 std::string ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp268 ParsePerfConfig(perfNodePtr); in ParseWebConfigXml()
272 ParsePerfConfig(adapterNodePtr); in ParseWebConfigXml()
329 void NWebConfigHelper::ParsePerfConfig(xmlNodePtr NodePtr) in ParsePerfConfig() function in OHOS::NWeb::NWebConfigHelper
358 std::string NWebConfigHelper::ParsePerfConfig(const std::string &configNodeName, const std::string … in ParsePerfConfig() function in OHOS::NWeb::NWebConfigHelper
H A Dnweb_helper.cpp1094 std::string NWebAdapterHelper::ParsePerfConfig(const std::string& configNodeName, const std::string… in ParsePerfConfig() function in OHOS::NWeb::NWebAdapterHelper
1096 std::string config = NWebConfigHelper::Instance().ParsePerfConfig(configNodeName, argsNodeName); in ParsePerfConfig()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp218 std::string config = NWebAdapterHelper::Instance().ParsePerfConfig("web", "test"); in NWebHelperFuzzTest_002()
221 config = NWebAdapterHelper::Instance().ParsePerfConfig("web", "test"); in NWebHelperFuzzTest_002()
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp138 .ParsePerfConfig(FACTORY_CONFIG_VALUE, FACTORY_LEVEL_VALUE); in AnalysisFromConfig()
142 ParsePerfConfig(FACTORY_CONFIG_VALUE, FACTORY_LEVEL_VALUE); in AnalysisFromConfig()
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp244 std::string config = NWebAdapterHelper::Instance().ParsePerfConfig("web", "test");
247 config = NWebAdapterHelper::Instance().ParsePerfConfig("web", "test");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2744 …OHOS::NWeb::NWebAdapterHelper::Instance().ParsePerfConfig("LowerFrameRateConfig", "visibleAreaRati… in RegisterSurfaceOcclusionChangeFun()
7250 .ParsePerfConfig("factoryConfig", "factoryLevel"); in GetWebInfoType()
7254 ParsePerfConfig("factoryConfig", "factoryLevel"); in GetWebInfoType()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3328 …std::atoi(NWebAdapterHelper::Instance().ParsePerfConfig("flowBufferConfig", "maxFdNumber").c_str()… in RunJS()