Home
last modified time | relevance | path

Searched refs:profileStream (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_extractor.cpp27 uint8_t BundleExtractor::ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileStream) in ExtractHapProfile() argument
35 if (!extractorUtil.ExtractFileByName(PROFILE_NAME, profileStream)) { in ExtractHapProfile()
H A Dbundle_parser.cpp190 std::ostringstream profileStream; in ParseBundleParam() local
191 if (BundleExtractor::ExtractHapProfile(path, profileStream) != ERR_OK) { in ParseBundleParam()
194 cJSON *root = cJSON_Parse(profileStream.str().c_str()); in ParseBundleParam()
281 std::ostringstream profileStream; in ParseHapProfile() local
282 uint8_t errorCode = BundleExtractor::ExtractHapProfile(path, profileStream); in ParseHapProfile()
285 cJSON *root = cJSON_Parse(profileStream.str().c_str()); in ParseHapProfile()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_extractor.h25 static uint8_t ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileStream);
/foundation/resourceschedule/memmgr/common/src/
H A Dxml_helper.cpp38 std::ifstream profileStream(path); in CheckPathExist()
39 return profileStream.good(); in CheckPathExist()
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp606 std::ifstream profileStream(profilePath.c_str()); in CheckPathExist()
607 return profileStream.good(); in CheckPathExist()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1853 std::stringstream profileStream; in ToInnerProfileConfiguration() local
1854 if (!bundleExtractor.ExtractByName(profilePath, profileStream)) { in ToInnerProfileConfiguration()
1858 result = profileStream.str(); in ToInnerProfileConfiguration()
H A Dbundle_data_mgr.cpp7244 std::stringstream profileStream; in GetJsonProfileByExtractor() local
7245 if (!bundleExtractor.ExtractByName(profilePath, profileStream)) { in GetJsonProfileByExtractor()
7249 profile = profileStream.str(); in GetJsonProfileByExtractor()

Completed in 21 milliseconds