Searched refs:ParsePerfConfig (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/web/webview/test/unittest/nweb_config_helper_test/ |
H A D | nweb_config_helper_test.cpp | 156 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 D | nweb_config_helper.h | 32 std::string ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName); 42 void ParsePerfConfig(xmlNodePtr NodePtr);
|
H A D | nweb_adapter_helper.h | 49 std::string ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName);
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_config_helper.cpp | 268 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 D | nweb_helper.cpp | 1094 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 D | nwebhelper_fuzzer.cpp | 218 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 D | system_properties_adapter_impl.cpp | 138 .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 D | nweb_helper_test.cpp | 244 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 D | web_delegate.cpp | 2744 …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 D | napi_webview_controller.cpp | 3328 …std::atoi(NWebAdapterHelper::Instance().ParsePerfConfig("flowBufferConfig", "maxFdNumber").c_str()… in RunJS()
|