Searched defs:Service (Results 1 - 5 of 5) sorted by relevance

/system/bt/service/common/bluetooth/
H A Dservice.cc20 Service::Service(const Service& other) { function in class:bluetooth::Service
28 Service& Service::operator=(const Service& other) {
39 bool Service::Equals(const Service& other) const {
45 bool Service::operator==(const Service
[all...]
H A Dservice.h25 class Service { class in namespace:bluetooth
27 Service() = default;
28 Service(const Service& other);
29 Service(uint16_t handle, bool primary, const Uuid& uuid, function in class:bluetooth::Service
31 const std::vector<Service>& included_services)
37 Service& operator=(const Service& other);
38 virtual ~Service() = default;
41 bool Equals(const Service
[all...]
/system/core/libmemunreachable/tests/
H A DBinder_test.cpp74 _exit(Service());
98 int Service() { function in class:android::ServiceProcess
/system/core/init/
H A Dservice.h63 class Service { class in namespace:android::init
65 Service(const std::string& name, Subcontext* subcontext_for_restart_commands,
68 Service(const std::string& name, unsigned flags, uid_t uid, gid_t gid,
73 static std::unique_ptr<Service> MakeTemporaryOneshotService(const std::vector<std::string>& args);
124 using OptionParser = Result<Success> (Service::*)(const std::vector<std::string>& args);
234 void AddService(std::unique_ptr<Service> service);
235 void RemoveService(const Service& svc);
237 template <typename T, typename F = decltype(&Service::name)>
238 Service* FindService(T value, F function = &Service
[all...]
H A Dservice.cpp105 Result<Success> Service::SetUpMountNamespace() const {
140 Result<Success> Service::SetUpPidNamespace() const {
173 Result<Success> Service::EnterNamespaces() const {
203 unsigned long Service::next_start_order_ = 1;
204 bool Service::is_exec_service_running_ = false;
206 Service::Service(const std::string& name, Subcontext* subcontext_for_restart_commands, function in class:android::init::Service
208 : Service(name, 0, 0, 0, {}, 0, 0, "", subcontext_for_restart_commands, args) {}
210 Service::Service(cons function in class:android::init::Service
[all...]

Completed in 4642 milliseconds