Home
last modified time | relevance | path

Searched defs:profilePath (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_test.cpp146 string profilePath = "/system/usr/profile_audio.json"; variable
160 string profilePath = "/system/usr/profile_audio.json"; variable
175 string profilePath = "/system/usr/profile_audio.json"; variable
187 string profilePath = ""; variable
199 string profilePath = "/system/usr/test"; variable
211 string profilePath = "/system/usr/profile_audio.json"; variable
238 string profilePath; variable
269 string profilePath = ""; variable
281 string profilePath = "/system/usr/profile_audio.json"; variable
293 string profilePath = "/system/usr/profile_audio.json"; variable
[all …]
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp254 bool AudioPlayer::GetRealPath(const std::string &profilePath, std::string &realPath) in GetRealPath()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp84 void LocalAbilityManager::DoStartSAProcess(const std::string& profilePath, int32_t saId) in DoStartSAProcess()
121 std::string LocalAbilityManager::GetTraceTag(const std::string& profilePath) in GetTraceTag()
136 bool LocalAbilityManager::CheckAndGetProfilePath(const std::string& profilePath, std::string& realP… in CheckAndGetProfilePath()
175 bool LocalAbilityManager::InitSystemAbilityProfiles(const std::string& profilePath, int32_t saId) in InitSystemAbilityProfiles()
H A Dmain.cpp169 string profilePath(DEFAULT_JSON); in DoStartSAProcess() local
/ohos5.0/foundation/systemabilitymgr/safwk/test/fuzztest/systemabilityfwk_fuzzer/
H A Dsystemabilityfwk_fuzzer.cpp85 std::string profilePath = GetData<std::string>(); in FuzzLocalAbilityManager() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp234 bool ParseUtil::ParseSaProfiles(const string& profilePath) in ParseSaProfiles()
600 bool ParseUtil::CheckPathExist(const string& profilePath) in CheckPathExist()
606 bool ParseUtil::ParseTrustConfig(const string& profilePath, in ParseTrustConfig()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp387 std::string profilePath = ""; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp507 char *profilePath = GetOneCfgFile(COMPONENTSLOAD_PROFILE_PATH, buf, MAX_PATH_LEN); in ParseConfig() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp232 std::string profilePath = path + std::string(PATH_SEPARATOR) + PROFILE_NAME; in ParseHapProfile() local
H A Dgt_bundle_parser.cpp156 char profilePath[PATH_LENGTH] = { 0 }; in ParseHapProfile() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp2019 std::string profilePath = PROFILE_PATH + profileConfiguration + JSON_SUFFIX; in ToInnerProfileConfiguration() local
H A Dbundle_data_mgr.cpp7137 std::string profilePath = mapItem->second; in GetJsonProfile() local
7177 const std::string &profilePath, std::string &profile) const in GetJsonProfileByExtractor() argument