• Home
  • Raw
  • Download

Lines Matching refs:volumeUuid

913         const std::optional<std::string>& volumeUuid,  in snapshotAppData()  argument
917 CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(volumeUuid); in snapshotAppData()
921 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in snapshotAppData()
988 binder::Status clear_cache_result = clearAppData(volumeUuid, packageName, user, in snapshotAppData()
997 binder::Status clear_code_cache_result = clearAppData(volumeUuid, packageName, user, in snapshotAppData()
1043 const std::optional<std::string>& volumeUuid, const std::string& packageName, in restoreAppDataSnapshot() argument
1047 CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(volumeUuid); in restoreAppDataSnapshot()
1051 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in restoreAppDataSnapshot()
1077 binder::Status res = clearAppData(volumeUuid, packageName, user, storageFlags, in restoreAppDataSnapshot()
1111 return restoreconAppData(volumeUuid, packageName, user, storageFlags, appId, seInfo); in restoreAppDataSnapshot()
1115 const std::optional<std::string> &volumeUuid, const std::string& packageName, in destroyAppDataSnapshot() argument
1119 CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(volumeUuid); in destroyAppDataSnapshot()
1123 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in destroyAppDataSnapshot()
1148 const std::optional<std::string> &volumeUuid, const int32_t user, in destroyCeSnapshotsNotSpecified() argument
1151 CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(volumeUuid); in destroyCeSnapshotsNotSpecified()
1154 const char* volume_uuid = volumeUuid ? volumeUuid->c_str() : nullptr; in destroyCeSnapshotsNotSpecified()
2812 const std::vector<std::string>& isas, const std::optional<std::string>& volumeUuid, in reconcileSecondaryDexFile() argument
2815 CHECK_ARGUMENT_UUID(volumeUuid); in reconcileSecondaryDexFile()
2821 dexPath, packageName, uid, isas, volumeUuid, storage_flag, _aidl_return); in reconcileSecondaryDexFile()
2827 const std::optional<std::string>& volumeUuid, int32_t storageFlag, in hashSecondaryDexFile() argument
2830 CHECK_ARGUMENT_UUID(volumeUuid); in hashSecondaryDexFile()
2838 dexPath, packageName, uid, volumeUuid, storageFlag, _aidl_return); in hashSecondaryDexFile()