Home
last modified time | relevance | path

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

/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 &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, BundleRes &bundleRes);
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 &bundleRes);
55 static uint8_t ParseAbilityDesc(const cJSON *abilityObject, BundleProfile
[all...]
H A Dbundle_info_creator.h30 static BundleInfo *CreateBundleInfo(const BundleProfile &bundleProfile, const std::string &installDirPath,
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 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 &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
[all...]
H A Dbundle_common.h234 struct BundleProfile { struct
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp30 uint8_t BundleInfoCreator::SaveBundleInfo(const BundleProfile &bundleProfile, BundleInfo **bundleInfo) in SaveBundleInfo()
77 BundleInfo *BundleInfoCreator::CreateBundleInfo(const BundleProfile &bundleProfile, const std::string &installDirPath, in CreateBundleInfo()
108 bool BundleInfoCreator::SetBundleInfo(const BundleProfile &bundleProfile, const std::string &installDirPath, in SetBundleInfo()
165 bool BundleInfoCreator::SetModuleInfos(const BundleProfile &bundleProfile, BundleInfo *bundleInfo) in SetModuleInfos()
213 bool BundleInfoCreator::SetAbilityInfos(const BundleProfile &bundleProfile, const std::string &codePath, in SetAbilityInfos()
240 bool BundleInfoCreator::SetAbilityInfo(const BundleProfile &bundleProfile, const std::string &codePath, in SetAbilityInfo()
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()
400 uint8_t BundleParser::ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseModuleInfo()
444 uint8_t BundleParser::ParseModuleDesc(const cJSON *moduleObject, BundleProfile
[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()
270 uint8_t GtBundleParser::ParseModuleInfo(const cJSON *moduleObject, BundleProfile &bundleProfile, BundleRes &bundleRes) in ParseModuleInfo()
312 uint8_t GtBundleParser::ParseAbilityInfo(const cJSON *abilityInfoObjects, BundleProfile &bundleProfile, in ParseAbilityInfo()
353 uint8_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
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_profile.h26 class BundleProfile { class
/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);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp127 BundleProfile bundleProfile; in Parse()
165 BundleProfile bundleProfile; in ParsePackInfo()
H A Dbundle_profile.cpp2440 ErrCode BundleProfile::TransformTo( in TransformTo()
2478 ErrCode BundleProfile::TransformTo(const std::ostringstream &source, BundlePackInfo &bundlePackInfo) in TransformTo()
/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()

Completed in 11 milliseconds