/foundation/communication/bluetooth/services/bluetooth_standard/common/ |
D | gatt_data.h | 123 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/ |
D | gatt_database.h | 160 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
|
D | gatt_cache.h | 69 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/ |
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/communication/bluetooth/interfaces/innerkits/native_cpp/framework/src/ |
D | bluetooth_gatt_client.cpp | 50 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/ |
D | netsys_addr_info_parcel.cpp | 24 const char *Node, const char *Service): Head(nullptr) in NetsysAddrInfoParcel()
|
/foundation/communication/bluetooth/interfaces/kits/napi/include/ |
D | napi_bluetooth_gatt_server_callback.h | 32 void OnServiceAdded(GattService *Service, int ret) override {} in OnServiceAdded()
|
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/include/ |
D | bluetooth_gatt_server.h | 71 virtual void OnServiceAdded(GattService *Service, int ret) in OnServiceAdded()
|
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/test/unittest/gatt/ |
D | gatt_server_test.cpp | 32 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded()
|
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/c_adapter/ |
D | ohos_bt_gatt_server.cpp | 111 void OnServiceAdded(GattService *Service, int ret) in OnServiceAdded()
|