Searched refs:profileStream (Results 1 – 7 of 7) sorted by relevance
27 …t BundleExtractor::ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileStream) in ExtractHapProfile() argument35 if (!extractorUtil.ExtractFileByName(PROFILE_NAME, profileStream)) { in ExtractHapProfile()
190 std::ostringstream profileStream; in ParseBundleParam() local191 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() local282 uint8_t errorCode = BundleExtractor::ExtractHapProfile(path, profileStream); in ParseHapProfile()285 cJSON *root = cJSON_Parse(profileStream.str().c_str()); in ParseHapProfile()
38 std::ifstream profileStream(path); in CheckPathExist() local39 return profileStream.good(); in CheckPathExist()
25 static uint8_t ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileStream);
602 std::ifstream profileStream(profilePath.c_str()); in CheckPathExist() local603 return profileStream.good(); in CheckPathExist()
2025 std::stringstream profileStream; in ToInnerProfileConfiguration() local2026 if (!bundleExtractor.ExtractByName(profilePath, profileStream)) { in ToInnerProfileConfiguration()2030 result = profileStream.str(); in ToInnerProfileConfiguration()
7191 std::stringstream profileStream; in GetJsonProfileByExtractor() local7192 if (!bundleExtractor.ExtractByName(profilePath, profileStream)) { in GetJsonProfileByExtractor()7196 profile = profileStream.str(); in GetJsonProfileByExtractor()