Searched defs:profilePath (Results 1 – 10 of 10) sorted by relevance
146 string profilePath = "/system/usr/profile_audio.json"; variable160 string profilePath = "/system/usr/profile_audio.json"; variable175 string profilePath = "/system/usr/profile_audio.json"; variable187 string profilePath = ""; variable199 string profilePath = "/system/usr/test"; variable211 string profilePath = "/system/usr/profile_audio.json"; variable224 string profilePath = TEST_RESOURCE_PATH + "test_trust_all_allow.json"; variable238 string profilePath; variable256 string profilePath = TEST_RESOURCE_PATH + "test_trust_all_allow.json"; variable269 string profilePath = ""; variable[all …]
84 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()
169 string profilePath(DEFAULT_JSON); in DoStartSAProcess() local
85 std::string profilePath = GetData<std::string>(); in FuzzLocalAbilityManager() local
234 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()
507 char *profilePath = GetOneCfgFile(COMPONENTSLOAD_PROFILE_PATH, buf, MAX_PATH_LEN); in ParseConfig() local
232 std::string profilePath = path + std::string(PATH_SEPARATOR) + PROFILE_NAME; in ParseHapProfile() local
156 char profilePath[PATH_LENGTH] = { 0 }; in ParseHapProfile() local
1992 std::string profilePath = PROFILE_PATH + profileConfiguration + JSON_SUFFIX; in ToInnerProfileConfiguration() local
7080 std::string profilePath = mapItem->second; in GetJsonProfile() local7120 const std::string &profilePath, std::string &profile) const in GetJsonProfileByExtractor() argument