Lines Matching refs:GsiService

86 GsiService::GsiService() {  in GsiService()  function in android::gsi::GsiService
90 void GsiService::Register(const std::string& name) { in Register()
92 android::sp<GsiService> service = new GsiService(); in Register()
121 int GsiService::SaveInstallation(const std::string& installation) { in SaveInstallation()
142 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
164 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall()
198 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition()
240 binder::Status GsiService::closePartition(int32_t* _aidl_return) { in closePartition()
256 binder::Status GsiService::commitGsiChunkFromStream(const android::os::ParcelFileDescriptor& stream, in commitGsiChunkFromStream()
270 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()
279 void GsiService::UpdateProgress(int status, int64_t bytes_processed) { in UpdateProgress()
290 binder::Status GsiService::getInstallProgress(::android::gsi::GsiProgress* _aidl_return) { in getInstallProgress()
301 binder::Status GsiService::commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) { in commitGsiChunkFromAshmem()
313 binder::Status GsiService::setGsiAshmem(const ::android::os::ParcelFileDescriptor& ashmem, in setGsiAshmem()
324 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync()
334 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi()
342 binder::Status GsiService::isGsiEnabled(bool* _aidl_return) { in isGsiEnabled()
354 binder::Status GsiService::removeGsiAsync(const sp<IGsiServiceCallback>& resultCallback) { in removeGsiAsync()
366 binder::Status GsiService::removeGsi(bool* _aidl_return) { in removeGsi()
381 binder::Status GsiService::disableGsi(bool* _aidl_return) { in disableGsi()
389 binder::Status GsiService::isGsiRunning(bool* _aidl_return) { in isGsiRunning()
397 binder::Status GsiService::isGsiInstalled(bool* _aidl_return) { in isGsiInstalled()
405 binder::Status GsiService::isGsiInstallInProgress(bool* _aidl_return) { in isGsiInstallInProgress()
413 binder::Status GsiService::cancelGsiInstall(bool* _aidl_return) { in cancelGsiInstall()
425 binder::Status GsiService::getInstalledGsiImageDir(std::string* _aidl_return) { in getInstalledGsiImageDir()
433 binder::Status GsiService::getActiveDsuSlot(std::string* _aidl_return) { in getActiveDsuSlot()
441 binder::Status GsiService::getInstalledDsuSlots(std::vector<std::string>* _aidl_return) { in getInstalledDsuSlots()
448 binder::Status GsiService::zeroPartition(const std::string& name, int* _aidl_return) { in zeroPartition()
468 binder::Status GsiService::dumpDeviceMapperDevices(std::string* _aidl_return) { in dumpDeviceMapperDevices()
500 binder::Status GsiService::getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) { in getAvbPublicKey()
524 binder::Status GsiService::suggestScratchSize(int64_t* _aidl_return) { in suggestScratchSize()
549 bool GsiService::ResetBootAttemptCounter() { in ResetBootAttemptCounter()
558 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode()
582 ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid);
604 android::sp<GsiService> service_;
609 ImageService::ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid) in ImageService()
802 binder::Status GsiService::openImageService(const std::string& prefix, in openImageService()
848 binder::Status GsiService::CheckUid(AccessLevel level) { in CheckUid()
881 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams()
932 std::string GsiService::GetActiveDsuSlot() { in GetActiveDsuSlot()
941 std::string GsiService::GetActiveInstalledImageDir() { in GetActiveInstalledImageDir()
950 std::string GsiService::GetInstalledImageDir() { in GetInstalledImageDir()
966 bool GsiService::RemoveGsiFiles(const std::string& install_dir) { in RemoveGsiFiles()
1017 int GsiService::EnableGsi(bool one_shot, const std::string& dsu_slot) { in EnableGsi()
1046 bool GsiService::DisableGsiInstall() { in DisableGsiInstall()
1062 std::string GsiService::GetCompleteIndication(const std::string& dsu_slot) { in GetCompleteIndication()
1066 bool GsiService::IsInstallationComplete(const std::string& dsu_slot) { in IsInstallationComplete()
1078 std::vector<std::string> GsiService::GetInstalledDsuSlots() { in GetInstalledDsuSlots()
1097 void GsiService::CleanCorruptedInstallation() { in CleanCorruptedInstallation()
1111 void GsiService::RunStartupTasks() { in RunStartupTasks()
1144 void GsiService::VerifyImageMaps() { in VerifyImageMaps()