Home
last modified time | relevance | path

Searched refs:PROFILE_KEY_MODULE_ABILITY_SRC_PATH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h110 const char PROFILE_KEY_MODULE_ABILITY_SRC_PATH[] = "srcPath"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp346 if (cJSON_HasObjectItem(firstAbilityJson, PROFILE_KEY_MODULE_ABILITY_SRC_PATH)) { in ParseAbilityInfo()
347 bundleProfile.srcPath = ParseValue(firstAbilityJson, PROFILE_KEY_MODULE_ABILITY_SRC_PATH); in ParseAbilityInfo()