Home
last modified time | relevance | path

Searched refs:GetBoolFromJson (Results 1 - 3 of 3) sorted by relevance

/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp394 GetBoolFromJson(systemAbilityJson, SA_TAG_RUN_ON_CREATE, saProfile.runOnCreate); in ParseSystemAbilityGetSaExtInfo()
395 GetBoolFromJson(systemAbilityJson, SA_TAG_MODULE_UPDATE, saProfile.moduleUpdate); in ParseSystemAbilityGetSaExtInfo()
396 GetBoolFromJson(systemAbilityJson, SA_TAG_AUTO_RESTART, saProfile.autoRestart); in ParseSystemAbilityGetSaExtInfo()
397 GetBoolFromJson(systemAbilityJson, SA_TAG_DISTRIBUTED, saProfile.distributed); in ParseSystemAbilityGetSaExtInfo()
398 GetBoolFromJson(systemAbilityJson, SA_TAG_CACHE_COMMON_EVENT, saProfile.cacheCommonEvent); in ParseSystemAbilityGetSaExtInfo()
487 GetBoolFromJson(onDemandJson, SA_TAG_ALLOW_UPDATE, startOnDemand.allowUpdate); in ParseStartOndemandTag()
498 GetBoolFromJson(onDemandJson, SA_TAG_ALLOW_UPDATE, stopOnDemand.allowUpdate); in ParseStopOndemandTag()
499 GetBoolFromJson(onDemandJson, SA_TAG_UNREF_UNLOAD, stopOnDemand.unrefUnload); in ParseStopOndemandTag()
514 GetBoolFromJson(item, "persistence", persistence); in GetOnDemandArrayFromJson()
519 GetBoolFromJson(ite in GetOnDemandArrayFromJson()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Dutils.cpp89 static bool GetBoolFromJson(const nlohmann::json &json, const std::string &key, bool &value) in GetBoolFromJson() function in OHOS::Accessibility::JsonUtils
222 if (!JsonUtils::GetBoolFromJson(sourceJson, KEY_IS_IMPORTANT, initParams.isImportant)) { in Parse()
228 if (!JsonUtils::GetBoolFromJson(sourceJson, KEY_NEED_HIDE, initParams.needHide)) { in Parse()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h72 static inline void GetBoolFromJson(const nlohmann::json& obj, const std::string& key, bool& out) in GetBoolFromJson() function in OHOS::ParseUtil

Completed in 3 milliseconds