Lines Matching refs:profileName
566 const std::string& profileName) { in clearAppProfiles() argument
572 if (!clear_primary_reference_profile(packageName, profileName)) { in clearAppProfiles()
575 if (!clear_primary_current_profiles(packageName, profileName)) { in clearAppProfiles()
2221 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() argument
2227 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath); in dumpProfiles()
2233 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile() argument
2238 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName); in copySystemProfile()
2244 const std::string& profileName, bool* _aidl_return) { in mergeProfiles() argument
2249 *_aidl_return = analyze_primary_profiles(uid, packageName, profileName); in mergeProfiles()
2254 const std::string& packageName, const std::string& profileName, in createProfileSnapshot() argument
2260 *_aidl_return = create_profile_snapshot(appId, packageName, profileName, classpath); in createProfileSnapshot()
2265 const std::string& profileName) { in destroyProfileSnapshot() argument
2270 std::string snapshot = create_snapshot_profile_path(packageName, profileName); in destroyProfileSnapshot()
2272 return error("Failed to destroy profile snapshot for " + packageName + ":" + profileName); in destroyProfileSnapshot()
2287 const std::optional<std::string>& profileName, in dexopt() argument
2313 const char* profile_name = getCStr(profileName); in dexopt()
2989 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile() argument
2996 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath, in prepareAppProfile()