Lines Matching refs:Service
25 class Service {
27 Service() = default;
28 Service(const Service& other);
29 Service(uint16_t handle, bool primary, const Uuid& uuid, in Service() function
31 const std::vector<Service>& included_services) in Service()
37 Service& operator=(const Service& other);
38 virtual ~Service() = default;
41 bool Equals(const Service& other) const;
42 bool operator==(const Service& rhs) const;
43 bool operator!=(const Service& rhs) const;
52 const std::vector<Service>& included_services() const { in included_services()
61 std::vector<Service> included_services_;