Lines Matching refs:volumeUuid

893         const std::optional<std::string>& volumeUuid,  in snapshotAppData()  argument
897 CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(volumeUuid); in snapshotAppData()
901 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in snapshotAppData()
941 binder::Status clear_cache_result = clearAppData(volumeUuid, packageName, user, in snapshotAppData()
950 binder::Status clear_code_cache_result = clearAppData(volumeUuid, packageName, user, in snapshotAppData()
1020 const std::optional<std::string>& volumeUuid, const std::string& packageName, in restoreAppDataSnapshot() argument
1024 CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(volumeUuid); in restoreAppDataSnapshot()
1028 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in restoreAppDataSnapshot()
1054 binder::Status res = clearAppData(volumeUuid, packageName, user, storageFlags, in restoreAppDataSnapshot()
1088 return restoreconAppData(volumeUuid, packageName, user, storageFlags, appId, seInfo); in restoreAppDataSnapshot()
1092 const std::optional<std::string> &volumeUuid, const std::string& packageName, in destroyAppDataSnapshot() argument
1096 CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(volumeUuid); in destroyAppDataSnapshot()
1100 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in destroyAppDataSnapshot()
1125 const std::optional<std::string> &volumeUuid, const int32_t user, in destroyCeSnapshotsNotSpecified() argument
1128 CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(volumeUuid); in destroyCeSnapshotsNotSpecified()
1131 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in destroyCeSnapshotsNotSpecified()
2896 const std::vector<std::string>& isas, const std::optional<std::string>& volumeUuid, in reconcileSecondaryDexFile() argument
2899 CHECK_ARGUMENT_UUID(volumeUuid); in reconcileSecondaryDexFile()
2905 dexPath, packageName, uid, isas, volumeUuid, storage_flag, _aidl_return); in reconcileSecondaryDexFile()
2911 const std::optional<std::string>& volumeUuid, int32_t storageFlag, in hashSecondaryDexFile() argument
2914 CHECK_ARGUMENT_UUID(volumeUuid); in hashSecondaryDexFile()
2922 dexPath, packageName, uid, volumeUuid, storageFlag, _aidl_return); in hashSecondaryDexFile()