Searched refs:StartIfNotDisabled (Results 1 – 3 of 3) sorted by relevance
81 Result<Success> StartIfNotDisabled();
115 if (auto result = service->StartIfNotDisabled(); !result) { in do_class_start()
1134 Result<Success> Service::StartIfNotDisabled() { in StartIfNotDisabled() function in android::init::Service