Home
last modified time | relevance | path

Searched refs:GetIncludedServices (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_service_test.cpp119 includedservices = service.GetIncludedServices();
145 includedservices = service.GetIncludedServices();
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_service.h127 const std::vector<std::reference_wrapper<GattService>> &GetIncludedServices();
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_service.cpp90 const std::vector<std::reference_wrapper<GattService>> &GattService::GetIncludedServices() in GetIncludedServices() function in OHOS::Bluetooth::GattService
H A Dbluetooth_gatt_server.cpp589 for (auto &isvc : service.GetIncludedServices()) { in AddService()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp53 vector<std::reference_wrapper<GattService>> srvs = service.GetIncludedServices(); in ConvertGattServiceToJS()