Searched refs:ParsePerfConfig (Results 1 - 9 of 9) sorted by relevance
/base/web/webview/test/unittest/nweb_config_helper_test/ |
H A D | nweb_config_helper_test.cpp | 146 * @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 D | nweb_config_helper.h | 32 std::string ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName); 43 void ParsePerfConfig(xmlNodePtr NodePtr);
|
H A D | nweb_adapter_helper.h | 48 std::string ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName);
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_config_helper.cpp | 270 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 D | nweb_helper.cpp | 1114 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 D | system_properties_adapter_impl.cpp | 137 .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 D | nwebhelper_fuzzer.cpp | 216 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 D | nweb_helper_test.cpp | 243 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 D | napi_webview_controller.cpp | 3330 std::atoi(NWebAdapterHelper::Instance().ParsePerfConfig("flowBufferConfig", "maxFdNumber").c_str()); in RunJS()
|
Completed in 16 milliseconds