Lines Matching refs:NWebConfigHelper
132 NWebConfigHelper &NWebConfigHelper::Instance()
134 static NWebConfigHelper helper;
138 void NWebConfigHelper::ReadConfigIfNeeded()
142 NWebConfigHelper::Instance().ParseConfig(initArgs);
146 std::string NWebConfigHelper::GetConfigPath(const std::string &configFileName)
158 void NWebConfigHelper::ReadConfig(const xmlNodePtr &rootPtr, std::shared_ptr<NWebEngineInitArgsImpl> initArgs)
193 xmlNodePtr NWebConfigHelper::GetChildrenNode(xmlNodePtr NodePtr, const std::string &childrenNodeName)
208 void NWebConfigHelper::ParseConfig(std::shared_ptr<NWebEngineInitArgsImpl> initArgs)
235 void NWebConfigHelper::ParseWebConfigXml(const std::string& configFilePath,
287 void NWebConfigHelper::ParseNWebLTPOConfig(xmlNodePtr nodePtr)
328 void NWebConfigHelper::ParseNWebLTPOApp(xmlNodePtr nodePtr)
342 void NWebConfigHelper::ParseNWebLTPOStrategy(xmlNodePtr nodePtr)
348 bool NWebConfigHelper::IsLTPODynamicApp(const std::string& bundleName)
353 int32_t NWebConfigHelper::GetLTPOStrategy()
358 std::vector<FrameRateSetting> NWebConfigHelper::GetPerfConfig(const std::string& settingName)
367 void NWebConfigHelper::ParsePerfConfig(xmlNodePtr NodePtr)
396 std::string NWebConfigHelper::ParsePerfConfig(const std::string &configNodeName, const std::string &argsNodeName)
409 void NWebConfigHelper::WriteConfigValueToSysPara(const std::string &configName, const std::string &value)
416 void NWebConfigHelper::ParseDeleteConfig(const xmlNodePtr &rootPtr, std::shared_ptr<NWebEngineInitArgsImpl> initArgs)