| /foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
| D | gatt_data.h | 127 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/ |
| D | gatt_database.h | 161 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
|
| D | gatt_cache.h | 70 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/ |
| D | service.h | 56 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/ |
| D | sched_scheduler.h | 32 class Service; variable
|
| /foundation/communication/bluetooth/frameworks/js/napi/include/ |
| D | napi_bluetooth_gatt_server_callback.h | 41 void OnServiceAdded(GattService *Service, int ret) override {} in OnServiceAdded()
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_gatt_client.cpp | 63 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/ |
| D | bluetooth_gatt_server.h | 72 virtual void OnServiceAdded(GattService *Service, int ret) in OnServiceAdded()
|
| /foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
| D | svc_session_manager.h | 77 class Service; variable
|
| /foundation/communication/bluetooth_service/test/unittest/gatt/ |
| D | gatt_server_test.cpp | 33 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded()
|
| /foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
| D | ohos_bt_gatt_server.cpp | 276 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded()
|