Lines Matching refs:GetStringFromJson
312 GetStringFromJson(profileJson, SA_TAG_PROCESS, process); in ParseJsonFile()
378 GetStringFromJson(systemAbilityJson, SA_TAG_LIB_PATH, saProfile.libPath); in ParseSystemAbilityGetSaBaseInfo()
404 GetStringFromJson(systemAbilityJson, SA_TAG_CAPABILITY, capability); in ParseSystemAbilityGetSaExtInfo()
407 GetStringFromJson(systemAbilityJson, SA_TAG_PERMISSION, permission); in ParseSystemAbilityGetSaExtInfo()
410 GetStringFromJson(systemAbilityJson, SA_TAG_BOOT_PHASE, bootPhase); in ParseSystemAbilityGetSaExtInfo()
417 GetStringFromJson(systemAbilityJson, SA_TAG_RECYCLE_STRATEGY, recycleStrategy); in ParseSystemAbilityGetSaExtInfo()
506 GetStringFromJson(item, "name", name); in GetOnDemandArrayFromJson()
508 GetStringFromJson(item, "value", value); in GetOnDemandArrayFromJson()
517 GetStringFromJson(item, "load-priority", priority); in GetOnDemandArrayFromJson()
557 GetStringFromJson(condition, "eventId", type); in GetOnDemandConditionsFromJson()
559 GetStringFromJson(condition, "name", name); in GetOnDemandConditionsFromJson()
561 GetStringFromJson(condition, "value", value); in GetOnDemandConditionsFromJson()
622 GetStringFromJson(trustSaIdJson, SA_TAG_PROCESS, process); in ParseTrustConfig()