Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 10 of 10) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/common/
Dgatt_data.h123 struct Service { struct
124 Service() in Service() argument
129 Service(const Uuid& uuid, uint16_t handle, uint16_t starthandle, uint16_t endHandle) in Service() function
135 explicit Service(uint16_t handle) in Service() argument
141 Service(uint16_t handle, uint16_t endHandle) in Service() function
150 Service &operator=(const Service &src) = delete; argument
151 Service &operator=(Service &&src) = delete; argument
158 std::vector<Service> includeServices_; argument
159 std::vector<Characteristic> characteristics_;
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gatt/
Dgatt_database.h160 struct Service { struct
164 std::vector<IncludeService> includeServices_; argument
168 Service(uint16_t handle, uint16_t endHandle, const Uuid uuid) in Service() function
177 explicit Service(const bluetooth::Service &src) in Service() function
187 Service &operator=(const Service &) = default; argument
189 Service &operator=(Service &&) = default; argument
Dgatt_cache.h69 struct Service { struct
73 std::vector<IncludeService> includeServices_ = {}; argument
77 Service() in Service() argument
80 Service(bool isPrimary, uint16_t handle, uint16_t endHandle, const Uuid uuid) in Service() function
/foundation/distributedschedule/samgr_lite/interfaces/kits/samgr/
Dservice.h56 typedef struct Service Service; typedef
149 struct Service { struct
161 const char *(*GetName)(Service *service); argument
177 BOOL (*Initialize)(Service *service, Identity identity); argument
192 BOOL (*MessageHandle)(Service *service, Request *request); argument
204 TaskConfig (*GetTaskConfig)(Service *service); argument
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/src/
Dbluetooth_gatt_client.cpp50 struct Service { struct
51 bool isDiscoverCompleted_;
52 bool isDiscoverCharacteristicCompleted_;
53 bool isDiscoverIncludeSvcCompleted_;
54 uint16_t endHandle_;
55 std::map<uint16_t, Characteristics> characteristics_;
56 Service(uint16_t endHandle) in Service() function
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
Dnetsys_addr_info_parcel.cpp24 const char *Node, const char *Service): Head(nullptr) in NetsysAddrInfoParcel()
/foundation/communication/bluetooth/interfaces/kits/napi/include/
Dnapi_bluetooth_gatt_server_callback.h32 void OnServiceAdded(GattService *Service, int ret) override {} in OnServiceAdded()
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/include/
Dbluetooth_gatt_server.h71 virtual void OnServiceAdded(GattService *Service, int ret) in OnServiceAdded()
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/gatt/
Dgatt_server_test.cpp32 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded()
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/c_adapter/
Dohos_bt_gatt_server.cpp111 void OnServiceAdded(GattService *Service, int ret) in OnServiceAdded()