Lines Matching refs:profileName

531         const std::string& profileName) {  in clearAppProfiles()  argument
537 if (!clear_primary_reference_profile(packageName, profileName)) { in clearAppProfiles()
540 if (!clear_primary_current_profiles(packageName, profileName)) { in clearAppProfiles()
2031 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() argument
2037 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath); in dumpProfiles()
2043 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile() argument
2048 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName); in copySystemProfile()
2054 const std::string& profileName, bool* _aidl_return) { in mergeProfiles() argument
2059 *_aidl_return = analyze_primary_profiles(uid, packageName, profileName); in mergeProfiles()
2064 const std::string& packageName, const std::string& profileName, in createProfileSnapshot() argument
2070 *_aidl_return = create_profile_snapshot(appId, packageName, profileName, classpath); in createProfileSnapshot()
2075 const std::string& profileName) { in destroyProfileSnapshot() argument
2080 std::string snapshot = create_snapshot_profile_path(packageName, profileName); in destroyProfileSnapshot()
2082 return error("Failed to destroy profile snapshot for " + packageName + ":" + profileName); in destroyProfileSnapshot()
2097 const std::unique_ptr<std::string>& profileName, in dexopt() argument
2118 const char* profile_name = getCStr(profileName); in dexopt()
2807 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile() argument
2814 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath, in prepareAppProfile()