Lines Matching refs:profileName

575         const std::string& profileName) {  in clearAppProfiles()  argument
581 if (!clear_primary_reference_profile(packageName, profileName)) { in clearAppProfiles()
584 if (!clear_primary_current_profiles(packageName, profileName)) { in clearAppProfiles()
1885 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() argument
1891 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath); in dumpProfiles()
1897 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile() argument
1902 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName); in copySystemProfile()
1908 const std::string& profileName, bool* _aidl_return) { in mergeProfiles() argument
1913 *_aidl_return = analyze_primary_profiles(uid, packageName, profileName); in mergeProfiles()
1918 const std::string& packageName, const std::string& profileName, in createProfileSnapshot() argument
1924 *_aidl_return = create_profile_snapshot(appId, packageName, profileName, classpath); in createProfileSnapshot()
1929 const std::string& profileName) { in destroyProfileSnapshot() argument
1934 std::string snapshot = create_snapshot_profile_path(packageName, profileName); in destroyProfileSnapshot()
1936 return error("Failed to destroy profile snapshot for " + packageName + ":" + profileName); in destroyProfileSnapshot()
1951 const std::unique_ptr<std::string>& profileName, in dexopt() argument
1972 const char* profile_name = getCStr(profileName); in dexopt()
2665 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile() argument
2672 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath, in prepareAppProfile()