Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
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
224 string profilePath = TEST_RESOURCE_PATH + "test_trust_all_allow.json"; variable
238 string profilePath; variable
256 string profilePath = TEST_RESOURCE_PATH + "test_trust_all_allow.json"; variable
269 string profilePath = ""; variable
[all …]
/foundation/systemabilitymgr/safwk/services/safwk/src/
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()
Dmain.cpp169 string profilePath(DEFAULT_JSON); in DoStartSAProcess() local
/foundation/systemabilitymgr/safwk/test/fuzztest/systemabilityfwk_fuzzer/
Dsystemabilityfwk_fuzzer.cpp85 std::string profilePath = GetData<std::string>(); in FuzzLocalAbilityManager() local
/foundation/systemabilitymgr/samgr/services/common/src/
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()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
Dcomponent_loader.cpp507 char *profilePath = GetOneCfgFile(COMPONENTSLOAD_PROFILE_PATH, buf, MAX_PATH_LEN); in ParseConfig() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_parser.cpp232 std::string profilePath = path + std::string(PATH_SEPARATOR) + PROFILE_NAME; in ParseHapProfile() local
Dgt_bundle_parser.cpp156 char profilePath[PATH_LENGTH] = { 0 }; in ParseHapProfile() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp1992 std::string profilePath = PROFILE_PATH + profileConfiguration + JSON_SUFFIX; in ToInnerProfileConfiguration() local
Dbundle_data_mgr.cpp7080 std::string profilePath = mapItem->second; in GetJsonProfile() local
7120 const std::string &profilePath, std::string &profile) const in GetJsonProfileByExtractor() argument