Home
last modified time | relevance | path

Searched defs:bundleProfile (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp30 uint8_t BundleInfoCreator::SaveBundleInfo(const BundleProfile &bundleProfile, BundleInfo **bundleIn… in SaveBundleInfo()
77 BundleInfo *BundleInfoCreator::CreateBundleInfo(const BundleProfile &bundleProfile, const std::stri… in CreateBundleInfo()
108 bool BundleInfoCreator::SetBundleInfo(const BundleProfile &bundleProfile, const std::string &instal… in SetBundleInfo()
165 bool BundleInfoCreator::SetModuleInfos(const BundleProfile &bundleProfile, BundleInfo *bundleInfo) in SetModuleInfos()
213 bool BundleInfoCreator::SetAbilityInfos(const BundleProfile &bundleProfile, const std::string &code… in SetAbilityInfos()
240 bool BundleInfoCreator::SetAbilityInfo(const BundleProfile &bundleProfile, const std::string &codeP… in SetAbilityInfo()
H A Dbundle_parser.cpp246 BundleProfile bundleProfile; in ParseHapProfile() local
297 BundleProfile bundleProfile; in ParseHapProfile() local
319 BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseJsonInfo()
365 uint8_t BundleParser::ParseDeviceConfig(const cJSON *configObject, BundleProfile &bundleProfile) in ParseDeviceConfig()
465 uint8_t BundleParser::ParseDeviceType(const cJSON *moduleObject, BundleProfile &bundleProfile) in ParseDeviceType()
485 uint8_t BundleParser::ParseModuleMetaData(const cJSON *moduleObject, BundleProfile &bundleProfile) in ParseModuleMetaData()
606 uint8_t BundleParser::ParseAllAbilityInfo(const cJSON *abilityObjects, BundleProfile &bundleProfile, in ParseAllAbilityInfo()
658 …8_t BundleParser::ParsePerAbilityInfo(const cJSON *abilityObjectItem, BundleProfile &bundleProfile, in ParsePerAbilityInfo()
727 uint8_t BundleParser::ParseAbilityDesc(const cJSON *abilityObject, BundleProfile &bundleProfile, in ParseAbilityDesc()
752 uint8_t BundleParser::ParseAbilityIcon(const cJSON *abilityObject, BundleProfile &bundleProfile, in ParseAbilityIcon()
[all …]
H A Dgt_bundle_parser.cpp174 BundleProfile bundleProfile; in ParseHapProfile() local
193 BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseJsonInfo()
226 uint8_t GtBundleParser::CheckApiVersion(const cJSON *appObject, BundleProfile &bundleProfile) in CheckApiVersion()
312 …8_t GtBundleParser::ParseAbilityInfo(const cJSON *abilityInfoObjects, BundleProfile &bundleProfile, in ParseAbilityInfo()
353 …t8_t GtBundleParser::ParseAllAbilityInfo(const cJSON *abilityObjects, BundleProfile &bundleProfile) in ParseAllAbilityInfo()
532 uint8_t GtBundleParser::ParseModuleMetaData(const cJSON *moduleObject, BundleProfile &bundleProfile) in ParseModuleMetaData()
582 BundleInfo *GtBundleParser::CreateBundleInfo(const char *path, const BundleProfile &bundleProfile, in CreateBundleInfo()
793 BundleProfile bundleProfile; in ParseHapProfile() local
814 uint8_t GtBundleParser::SaveBundleInfo(const BundleProfile &bundleProfile, const BundleRes &bundleR… in SaveBundleInfo()
880 bool GtBundleParser::SetBundleInfo(const char *installedPath, const BundleProfile &bundleProfile, in SetBundleInfo()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_parser.h93 #define CHECK_PARSE_RESULT(errorCode, object, bundleProfile) \ argument
102 #define FREE_BUNDLE_PROFILE(bundleProfile) \ argument
H A Dgt_bundle_parser.h85 #define FREE_BUNDLE_PROFILE(bundleProfile) \ argument
99 #define CHECK_PARSE_RESULT(errorCode, object, bundleProfile, bundleRes) \ argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp864 BundleProfile bundleProfile; in SetUpTestCase() local
881 BundleProfile bundleProfile; in SetUpTestCase() local
897 BundleProfile bundleProfile; in SetUpTestCase() local
913 BundleProfile bundleProfile; in SetUpTestCase() local
927 BundleProfile bundleProfile; in SetUpTestCase() local
941 BundleProfile bundleProfile; in SetUpTestCase() local
1495 BundleProfile bundleProfile; variable
2255 BundleProfile bundleProfile; variable
2277 BundleProfile bundleProfile; variable
2300 BundleProfile bundleProfile; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp128 BundleProfile bundleProfile; in Parse() local
166 BundleProfile bundleProfile; in ParsePackInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp333 const BundleProfile &bundleProfile) in SetBundleInfoAbilityInfo()