Lines Matching refs:GsiService

69 GsiService::GsiService() {  in GsiService()  function in android::gsi::GsiService
73 void GsiService::Register() { in Register()
75 android::sp<GsiService> service = new GsiService(); in Register()
95 int GsiService::SaveInstallation(const std::string& installation) { in SaveInstallation()
114 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
136 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall()
149 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition()
185 binder::Status GsiService::commitGsiChunkFromStream(const android::os::ParcelFileDescriptor& stream, in commitGsiChunkFromStream()
199 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()
208 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress()
219 binder::Status GsiService::getInstallProgress(::android::gsi::GsiProgress* _aidl_return) { in getInstallProgress()
230 binder::Status GsiService::commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) { in commitGsiChunkFromAshmem()
242 binder::Status GsiService::setGsiAshmem(const ::android::os::ParcelFileDescriptor& ashmem, in setGsiAshmem()
253 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync()
265 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi()
292 binder::Status GsiService::isGsiEnabled(bool* _aidl_return) { in isGsiEnabled()
304 binder::Status GsiService::removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) { in removeGsiAsync()
315 binder::Status GsiService::removeGsi(bool* _aidl_return) { in removeGsi()
330 binder::Status GsiService::disableGsi(bool* _aidl_return) { in disableGsi()
338 binder::Status GsiService::isGsiRunning(bool* _aidl_return) { in isGsiRunning()
346 binder::Status GsiService::isGsiInstalled(bool* _aidl_return) { in isGsiInstalled()
354 binder::Status GsiService::isGsiInstallInProgress(bool* _aidl_return) { in isGsiInstallInProgress()
362 binder::Status GsiService::cancelGsiInstall(bool* _aidl_return) { in cancelGsiInstall()
374 binder::Status GsiService::getInstalledGsiImageDir(std::string* _aidl_return) { in getInstalledGsiImageDir()
382 binder::Status GsiService::getActiveDsuSlot(std::string* _aidl_return) { in getActiveDsuSlot()
390 binder::Status GsiService::getInstalledDsuSlots(std::vector<std::string>* _aidl_return) { in getInstalledDsuSlots()
397 binder::Status GsiService::zeroPartition(const std::string& name, int* _aidl_return) { in zeroPartition()
417 binder::Status GsiService::dumpDeviceMapperDevices(std::string* _aidl_return) { in dumpDeviceMapperDevices()
449 binder::Status GsiService::getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) { in getAvbPublicKey()
467 bool GsiService::CreateInstallStatusFile() { in CreateInstallStatusFile()
476 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode()
500 ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid);
520 android::sp<GsiService> service_;
525 ImageService::ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid) in ImageService()
700 binder::Status GsiService::openImageService(const std::string& prefix, in openImageService()
742 binder::Status GsiService::CheckUid(AccessLevel level) { in CheckUid()
775 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams()
817 std::string GsiService::GetActiveDsuSlot() { in GetActiveDsuSlot()
826 std::string GsiService::GetActiveInstalledImageDir() { in GetActiveInstalledImageDir()
835 std::string GsiService::GetInstalledImageDir() { in GetInstalledImageDir()
847 int GsiService::ReenableGsi(bool one_shot) { in ReenableGsi()
873 bool GsiService::RemoveGsiFiles(const std::string& install_dir) { in RemoveGsiFiles()
908 bool GsiService::DisableGsiInstall() { in DisableGsiInstall()
924 std::string GsiService::GetCompleteIndication(const std::string& dsu_slot) { in GetCompleteIndication()
928 bool GsiService::IsInstallationComplete(const std::string& dsu_slot) { in IsInstallationComplete()
940 std::vector<std::string> GsiService::GetInstalledDsuSlots() { in GetInstalledDsuSlots()
959 void GsiService::CleanCorruptedInstallation() { in CleanCorruptedInstallation()
973 void GsiService::RunStartupTasks() { in RunStartupTasks()