Searched refs:shutdown_callback (Results 1 – 2 of 2) sorted by relevance
39 explicit Service(base::OnceClosure shutdown_callback);
119 Service::Service(base::OnceClosure shutdown_callback) in Service() argument120 : shutdown_callback_(std::move(shutdown_callback)), in Service()