Home
last modified time | relevance | path

Searched refs:BundleProfile (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_parser.h40 BundleProfile &bundleProfile, BundleRes &bundleRes);
41 static uint8_t ParseDeviceConfig(const cJSON *configObject, BundleProfile &bundleProfile);
42 …static uint8_t ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes …
43 static uint8_t ParseModuleMetaData(const cJSON *moduleObject, BundleProfile &bundleProfile);
44 static uint8_t ParseDeviceType(const cJSON *object, BundleProfile &bundleProfile);
45 …static uint8_t ParseAbilityInfos(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRe…
46 static uint8_t ParseAllAbilityInfo(const cJSON *abilityObjects, BundleProfile &bundleProfile,
52 static uint8_t ParsePerAbilityInfo(const cJSON *abilityObjectItem, BundleProfile &bundleProfile,
54 …static uint8_t ParseModuleDesc(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes …
55 …static uint8_t ParseAbilityDesc(const cJSON *abilityObject, BundleProfile &bundleProfile, AbilityR…
[all …]
H A Dgt_bundle_parser.h36 BundleProfile &bundleProfile, BundleRes &bundleRes);
37 static uint8_t CheckApiVersion(const cJSON *appObject, BundleProfile &bundleProfile);
39 static BundleInfo *CreateBundleInfo(const char *path, const BundleProfile &bundleProfile,
42 …static uint8_t ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes …
43 static uint8_t ParseAbilityInfo(const cJSON *abilityInfoObjects, BundleProfile &bundleProfile,
45 static uint8_t ParseModuleMetaData(const cJSON *moduleObject, BundleProfile &bundleProfile);
46 static uint8_t ParseAllAbilityInfo(const cJSON *abilityObjects, BundleProfile &bundleProfile);
51 static bool SetModuleInfos(const BundleProfile &bundleProfile, BundleInfo *bundleInfo);
52 static uint8_t SaveBundleInfo(const BundleProfile &bundleProfile, const BundleRes &bundleRes,
54 static bool SetBundleInfo(const char *installedPath, const BundleProfile &bundleProfile,
H A Dbundle_info_creator.h30 …static BundleInfo *CreateBundleInfo(const BundleProfile &bundleProfile, const std::string &install…
32 static uint8_t SaveBundleInfo(const BundleProfile &bundleProfile, BundleInfo **bundleInfo);
34 static bool SetBundleInfo(const BundleProfile &bundleProfile, const std::string &installDirPath,
36 static bool SetModuleInfos(const BundleProfile &bundleProfile, BundleInfo *bundleInfo);
37 static bool SetAbilityInfos(const BundleProfile &bundleProfile, const std::string &codePath,
39 static bool SetAbilityInfo(const BundleProfile &bundleProfile, const std::string &codePath,
H A Dbundle_common.h234 struct BundleProfile { struct
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp246 BundleProfile bundleProfile; in ParseHapProfile()
247 if (memset_s(&bundleProfile, sizeof(BundleProfile), 0, sizeof(BundleProfile)) != EOK) { in ParseHapProfile()
297 BundleProfile bundleProfile; in ParseHapProfile()
298 if (memset_s(&bundleProfile, sizeof(BundleProfile), 0, sizeof(BundleProfile)) != EOK) { in ParseHapProfile()
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()
581 uint8_t BundleParser::CheckDeviceCapIsValid(BundleProfile &bundleInfo) in CheckDeviceCapIsValid()
727 uint8_t BundleParser::ParseAbilityDesc(const cJSON *abilityObject, BundleProfile &bundleProfile, in ParseAbilityDesc()
[all …]
H A Dgt_bundle_parser.cpp174 BundleProfile bundleProfile; in ParseHapProfile()
175 if (memset_s(&bundleProfile, sizeof(BundleProfile), 0, sizeof(BundleProfile)) != EOK) { in ParseHapProfile()
193 BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseJsonInfo()
226 uint8_t GtBundleParser::CheckApiVersion(const cJSON *appObject, BundleProfile &bundleProfile) in CheckApiVersion()
353 uint8_t GtBundleParser::ParseAllAbilityInfo(const cJSON *abilityObjects, BundleProfile &bundleProfi… 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()
794 if (memset_s(&bundleProfile, sizeof(BundleProfile), 0, sizeof(BundleProfile)) != EOK) { in ParseHapProfile()
880 bool GtBundleParser::SetBundleInfo(const char *installedPath, const BundleProfile &bundleProfile, in SetBundleInfo()
[all …]
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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_profile.h26 class BundleProfile {
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dability_info_utils.h28 static void CopyBundleProfileToAbilityInfo(AbilityInfo *des, const BundleProfile &src);
H A Dbundle_info_utils.h49 const BundleProfile &bundleProfile);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp128 BundleProfile bundleProfile; in Parse()
166 BundleProfile bundleProfile; in ParsePackInfo()
H A Dbundle_profile.cpp2611 ErrCode BundleProfile::TransformTo( in TransformTo()
2649 ErrCode BundleProfile::TransformTo(const std::ostringstream &source, BundlePackInfo &bundlePackInfo) in TransformTo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dability_info_utils.cpp46 void AbilityInfoUtils::CopyBundleProfileToAbilityInfo(AbilityInfo *des, const BundleProfile &src) in CopyBundleProfileToAbilityInfo()
H A Dbundle_info_utils.cpp333 const BundleProfile &bundleProfile) in SetBundleInfoAbilityInfo()