Searched refs:add_service (Results 1 – 12 of 12) sorted by relevance
61 self.add_service(service_obj)93 def add_service(self, service): member in GATT_Application465 self.add_service(BatteryService)495 self.add_service(GenericAttributeProfile)524 self.add_service(DeviceInfo)555 self.add_service(GenericAccessProfile)
40 inline void add_service(io_service& ios, Service* svc) in add_service() function46 ios.service_registry_->template add_service<Service>(svc); in add_service()
34 template <typename Service> void add_service(io_service& ios, Service* svc);569 friend void add_service(io_service& ios, Service* svc);
48 void service_registry::add_service(Service* new_service) in add_service() function in asio::detail::service_registry
58 void add_service(Service* new_service);
105 ServiceResponse* service_response = response->add_service(); in ListService()
106 ServiceResponse* service_response = response->add_service(); in ListService()
724 return ParseServiceDefinition(file->add_service(), location, file); in ParseTopLevelStatement()
700 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* add_service();6933 inline PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* FileDescriptorProto::add_service() { in add_service() function
104 ServiceDescriptorProto* result = file->add_service(); in AddService()
1927 ptr = ctx->ParseMessage(add_service(), ptr); in _InternalParse()2099 input, add_service())); in MergePartialFromCodedStream()
2035 service(i)->CopyTo(proto->add_service()); in CopyTo()