Lines Matching refs:ConfigParser
26 const map<string, ConfigParser::ModuleType> ConfigParser::MODULE_TYPES = {
33 const map<string, string> ConfigParser::JSON_STRING_IDS = {
45 const map<string, string> ConfigParser::JSON_ARRAY_IDS = {
50 bool ConfigParser::useModule_ = false;
52 ConfigParser::ConfigParser() in ConfigParser() function in OHOS::Global::Restool::ConfigParser
57 ConfigParser::ConfigParser(const string &filePath) in ConfigParser() function in OHOS::Global::Restool::ConfigParser
62 ConfigParser::~ConfigParser() in ~ConfigParser()
66 uint32_t ConfigParser::Init() in Init()
83 const string &ConfigParser::GetPackageName() const in GetPackageName()
88 const string &ConfigParser::GetModuleName() const in GetModuleName()
93 int32_t ConfigParser::GetAbilityIconId() const in GetAbilityIconId()
98 int32_t ConfigParser::GetAbilityLabelId() const in GetAbilityLabelId()
103 ConfigParser::ModuleType ConfigParser::GetModuleType() const in GetModuleType()
108 uint32_t ConfigParser::ParseRefence() in ParseRefence()
116 uint32_t ConfigParser::Save(const string &filePath) const in Save()
124 bool ConfigParser::SetAppIcon(string &icon, int32_t id) in SetAppIcon()
135 bool ConfigParser::SetAppLabel(string &label, int32_t id) in SetAppLabel()
147 bool ConfigParser::ParseModule(Json::Value &moduleNode) in ParseModule()
183 bool ConfigParser::ParseAbilitiesForDepend(Json::Value &moduleNode) in ParseAbilitiesForDepend()
198 bool ConfigParser::ParseDistro(Json::Value &distroNode) in ParseDistro()
224 bool ConfigParser::ParseAbilities(const Json::Value &abilites) in ParseAbilities()
246 bool ConfigParser::ParseAbilitiy(const Json::Value &ability, bool &isMainAbility) in ParseAbilitiy()
279 bool ConfigParser::IsMainAbility(const Json::Value &skills) in IsMainAbility()
295 bool ConfigParser::IsHomeAction(const Json::Value &actions) in IsHomeAction()
311 bool ConfigParser::ParseRefImpl(Json::Value &parent, const std::string &key, Json::Value &node) in ParseRefImpl()
336 bool ConfigParser::ParseJsonArrayRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonArrayRef()
359 bool ConfigParser::ParseJsonStringRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonStringRef()
378 void ConfigParser::AddCheckNode(const string &key, uint32_t id) in AddCheckNode()
392 bool ConfigParser::GetRefIdFromString(string &value, bool &update, const string &match) const in GetRefIdFromString()
411 bool ConfigParser::ParseModuleType(const string &type) in ParseModuleType()