Lines Matching refs:ParseUtil

97 ParseUtil::~ParseUtil()
102 void ParseUtil::CloseHandle(SaProfile& saProfile)
114 void ParseUtil::CloseSo()
121 void ParseUtil::CloseSo(int32_t systemAbilityId)
131 void ParseUtil::ClearResource()
137 void ParseUtil::OpenSo(uint32_t bootPhase)
146 void ParseUtil::OpenSo(SaProfile& saProfile)
181 bool ParseUtil::LoadSaLib(int32_t systemAbilityId)
192 const std::list<SaProfile>& ParseUtil::GetAllSaProfiles() const
197 bool ParseUtil::GetProfile(int32_t saId, SaProfile& saProfile)
209 void ParseUtil::RemoveSaProfile(int32_t saId)
214 uint32_t ParseUtil::GetBootPriorityPara(const std::string& bootPhase)
225 uint32_t ParseUtil::GetOndemandPriorityPara(const std::string& loadPriority)
236 bool ParseUtil::ParseSaProfiles(const string& profilePath)
253 bool ParseUtil::Endswith(const std::string& src, const std::string& sub)
258 std::unordered_map<std::string, std::string> ParseUtil::StringToMap(const std::string& eventStr)
265 nlohmann::json ParseUtil::StringToJsonObj(const std::string& eventStr)
283 std::unordered_map<std::string, std::string> ParseUtil::JsonObjToMap(const nlohmann::json& eventJson)
304 bool ParseUtil::ParseJsonFile(const string& realPath)
345 bool ParseUtil::ParseSystemAbilityGetExtension(SaProfile& saProfile, nlohmann::json& systemAbilityJson)
369 bool ParseUtil::ParseSystemAbilityGetSaBaseInfo(SaProfile& saProfile, nlohmann::json& systemAbilityJson)
392 bool ParseUtil::ParseSystemAbilityGetSaExtInfo(SaProfile& saProfile, nlohmann::json& systemAbilityJson)
431 bool ParseUtil::ParseSystemAbility(SaProfile& saProfile, nlohmann::json& systemAbilityJson)
444 bool ParseUtil::CheckRecycleStrategy(const std::string& recycleStrategyStr, int32_t& recycleStrategy)
456 bool ParseUtil::ParseJsonTag(const nlohmann::json& systemAbilityJson, const std::string& jsonTag,
470 void ParseUtil::ParseOndemandTag(const nlohmann::json& onDemandJson, std::vector<OnDemandEvent>& onDemandEvents)
479 void ParseUtil::ParseStartOndemandTag(const nlohmann::json& systemAbilityJson,
490 void ParseUtil::ParseStopOndemandTag(const nlohmann::json& systemAbilityJson,
504 void ParseUtil::GetOnDemandArrayFromJson(int32_t eventId, const nlohmann::json& obj,
536 void ParseUtil::GetOnDemandExtraMessagesFromJson(const nlohmann::json& obj,
551 void ParseUtil::GetOnDemandConditionsFromJson(const nlohmann::json& obj,
588 std::u16string ParseUtil::GetProcessName() const
593 string ParseUtil::GetRealPath(const string& profilePath) const
604 bool ParseUtil::CheckPathExist(const string& profilePath)
610 bool ParseUtil::ParseTrustConfig(const string& profilePath,
641 bool ParseUtil::ParseJsonObj(nlohmann::json& jsonObj, const string& jsonPath)
672 bool ParseUtil::CheckLogicRelationship(const std::string& state, const std::string& profile)