Home
last modified time | relevance | path

Searched refs:PROFILE_NAME (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_extractor.cpp35 if (!extractorUtil.ExtractFileByName(PROFILE_NAME, profileStream)) { in ExtractHapProfile()
H A Dgt_bundle_extractor.cpp112 if (pathLen == 0 && (strcmp(fileName, PROFILE_NAME) == 0)) { in ExtractHapProfile()
160 if ((strlen(relativeFilePath) == 0 && (strcmp(fileName, PROFILE_NAME) == 0)) || in ExtractResourceFile()
H A Dbundle_parser.cpp232 std::string profilePath = path + std::string(PATH_SEPARATOR) + PROFILE_NAME; in ParseHapProfile()
H A Dgt_bundle_parser.cpp157 if (sprintf_s(profilePath, PATH_LENGTH, "%s/%s", path, PROFILE_NAME) < 0) { in ParseHapProfile()
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp56 createTableStr.append(PdpProfileData::PROFILE_NAME).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()
89 createTableStr.append(PdpProfileData::PROFILE_NAME).append(", "); in CreatePdpProfileTableStr()
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h30 static constexpr const char *PROFILE_NAME = "profile_name"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h33 const char PROFILE_NAME[] = "config.json"; variable
/ohos5.0/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp335 value.Put(PdpProfileData::PROFILE_NAME, "frist_profile_name"); in PdpProfileInsert()
345 values.Put(PdpProfileData::PROFILE_NAME, "update_profile_name"); in PdpProfileUpdate()
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp219 result->GetColumnIndex(PdpProfileData::PROFILE_NAME, index); in MakePdpProfile()
/ohos5.0/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp328 value.Put(PdpProfileData::PROFILE_NAME, "frist_profile_name"); in PdpProfileInsert()
346 values.Put(PdpProfileData::PROFILE_NAME, "update_profile_name"); in PdpProfileUpdate()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp193 value.PutString(PdpProfileData::PROFILE_NAME, bean.profileName); in ParserPdpProfileToValuesBucket()