Searched refs:one_shot (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/gsid/ |
H A D | gsi_service.cpp | 292 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync() argument 295 auto status = enableGsi(one_shot, dsuSlot, &result); in enableGsiAsync() 304 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi() argument 318 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in enableGsi() 325 *_aidl_return = ReenableGsi(one_shot); in enableGsi() 541 bool GsiService::SetBootMode(bool one_shot) { in SetBootMode() argument 542 if (one_shot) { in SetBootMode() 924 int GsiService::ReenableGsi(bool one_shot) { in ReenableGsi() argument 939 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in ReenableGsi() 944 if (!SetBootMode(one_shot) || !CreateInstallStatusFile()) { in ReenableGsi()
|
H A D | gsi_service.h | 95 int ReenableGsi(bool one_shot); 104 bool SetBootMode(bool one_shot);
|
H A D | gsi_tool.cpp | 616 bool one_shot = false; in Enable() local 627 one_shot = true; in Enable() 659 auto status = gsid->enableGsi(one_shot, dsuSlot, &error); in Enable()
|
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | scheduler.rs | 88 pub fn one_shot(&self, config: &Config, tag: &str) -> Result<()> { in one_shot() method
|
H A D | service.rs | 72 .one_shot(&lock.config, tag) in trace_once()
|