Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
Dlocal_ability_manager_test.cpp149 string profilePath = "/system/usr/profile_audio.json"; variable
163 string profilePath = "/system/usr/profile_audio.json"; variable
178 string profilePath = "/system/usr/profile_audio.json"; variable
190 string profilePath = ""; variable
202 string profilePath = "/system/usr/test"; variable
214 string profilePath = "/system/usr/profile_audio.json"; variable
227 string profilePath = TEST_RESOURCE_PATH + "test_trust_all_allow.json"; variable
241 string profilePath; variable
259 string profilePath = TEST_RESOURCE_PATH + "test_trust_all_allow.json"; variable
272 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()
118 std::string LocalAbilityManager::GetTraceTag(const std::string& profilePath) in GetTraceTag()
133 bool LocalAbilityManager::CheckAndGetProfilePath(const std::string& profilePath, std::string& realP… in CheckAndGetProfilePath()
172 bool LocalAbilityManager::InitSystemAbilityProfiles(const std::string& profilePath, int32_t saId) in InitSystemAbilityProfiles()
Dmain.cpp163 string profilePath(DEFAULT_JSON); in DoStartSAProcess() local
/foundation/systemabilitymgr/samgr/services/common/src/
Dparse_util.cpp252 bool ParseUtil::ParseSaProfiles(const string& profilePath) in ParseSaProfiles()
528 bool ParseUtil::CheckPathExist(const string& profilePath) in CheckPathExist()
534 bool ParseUtil::ParseTrustConfig(const string& profilePath, in ParseTrustConfig()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
Dcomponent_loader.cpp355 char *profilePath = GetOneCfgFile(COMPONENTSLOAD_PROFILE_PATH, buf, MAX_PATH_LEN); in ParseConfig() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dgt_bundle_parser.cpp147 char profilePath[PATH_LENGTH] = { 0 }; in ParseHapProfile() local
Dbundle_parser.cpp232 std::string profilePath = path + std::string(PATH_SEPARATOR) + PROFILE_NAME; in ParseHapProfile() local