Searched refs:one_shot (Results 1 – 3 of 3) sorted by relevance
93 int ReenableGsi(bool one_shot);102 bool SetBootMode(bool one_shot);
253 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync() argument256 auto status = enableGsi(one_shot, dsuSlot, &result); in enableGsiAsync()265 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi() argument278 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in enableGsi()285 *_aidl_return = ReenableGsi(one_shot); in enableGsi()476 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode() argument477 if (one_shot) { in SetBootMode()847 int GsiService::ReenableGsi(bool one_shot) { in ReenableGsi() argument862 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in ReenableGsi()867 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in ReenableGsi()
473 bool one_shot = false; in Enable() local484 one_shot = true; in Enable()516 auto status = gsid->enableGsi(one_shot, dsuSlot, &error); in Enable()