Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_service.h127 const std::vector<std::reference_wrapper<GattService>> &GetIncludedServices();
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_service_test.cpp119 includedservices = service.GetIncludedServices(); in HWTEST_F()
131 * @tc.name: GetIncludedServices
145 includedservices = service.GetIncludedServices(); in HWTEST_F()
152 GTEST_LOG_(INFO) << "GattService::GetIncludedServices ends"; in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_service.cpp87 const std::vector<std::reference_wrapper<GattService>> &GattService::GetIncludedServices() in GetIncludedServices() function in OHOS::Bluetooth::GattService
H A Dbluetooth_gatt_server.cpp613 for (auto &isvc : service.GetIncludedServices()) { in AddService()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp50 vector<std::reference_wrapper<GattService>> srvs = service.GetIncludedServices(); in ConvertGattServiceToJS()

Completed in 4 milliseconds