Home
last modified time | relevance | path

Searched refs:one_shot (Results 1 – 3 of 3) sorted by relevance

/system/gsid/
Dgsi_service.h93 int ReenableGsi(bool one_shot);
102 bool SetBootMode(bool one_shot);
Dgsi_service.cpp253 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync() argument
256 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() argument
278 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in enableGsi()
285 *_aidl_return = ReenableGsi(one_shot); in enableGsi()
476 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode() argument
477 if (one_shot) { in SetBootMode()
847 int GsiService::ReenableGsi(bool one_shot) { in ReenableGsi() argument
862 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in ReenableGsi()
867 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in ReenableGsi()
Dgsi_tool.cpp473 bool one_shot = false; in Enable() local
484 one_shot = true; in Enable()
516 auto status = gsid->enableGsi(one_shot, dsuSlot, &error); in Enable()