Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
Dgatt_data.h127 struct Service { struct
128 Service() in Service() function
133 Service(const Uuid& uuid, uint16_t handle, uint16_t starthandle, uint16_t endHandle) in Service() function
139 explicit Service(uint16_t handle) in Service() argument
145 Service(uint16_t handle, uint16_t endHandle) in Service() function
154 Service &operator=(const Service &src) = delete; argument
155 Service &operator=(Service &&src) = delete; argument
162 std::vector<Service> includeServices_; argument
163 std::vector<Characteristic> characteristics_;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_database.h161 struct Service { struct
165 std::vector<IncludeService> includeServices_; argument
169 Service(uint16_t handle, uint16_t endHandle, const Uuid uuid) in Service() argument
178 explicit Service(const bluetooth::Service &src) in Service() argument
188 Service &operator=(const Service &) = default; argument
190 Service &operator=(Service &&) = default; argument
Dgatt_cache.h70 struct Service { struct
74 std::vector<IncludeService> includeServices_ = {}; argument
78 Service() in Service() argument
81 Service(bool isPrimary, uint16_t handle, uint16_t endHandle, const Uuid uuid) in Service() function
/foundation/systemabilitymgr/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/filemanagement/app_file_service/services/backup_sa/include/module_sched/
Dsched_scheduler.h32 class Service; variable
/foundation/communication/bluetooth/frameworks/js/napi/include/
Dnapi_bluetooth_gatt_server_callback.h41 void OnServiceAdded(GattService *Service, int ret) override {} in OnServiceAdded()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_gatt_client.cpp63 struct Service { struct
64 bool isDiscoverCompleted_;
65 bool isDiscoverCharacteristicCompleted_;
66 bool isDiscoverIncludeSvcCompleted_;
67 uint16_t endHandle_;
68 std::map<uint16_t, Characteristics> characteristics_;
69 Service(uint16_t endHandle) in Service() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_gatt_server.h72 virtual void OnServiceAdded(GattService *Service, int ret) in OnServiceAdded()
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
Dsvc_session_manager.h77 class Service; variable
/foundation/communication/bluetooth_service/test/unittest/gatt/
Dgatt_server_test.cpp33 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gatt_server.cpp276 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded()