Home
last modified time | relevance | path

Searched refs:GetServiceUuids (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h85 std::vector<Uuid> GetServiceUuids() const in GetServiceUuids() function in OHOS::bluetooth::AdvertiserData
456 std::vector<Uuid> GetServiceUuids() const in GetServiceUuids() function in OHOS::bluetooth::ScanResult
H A Dble_service_data.h1263 std::vector<Uuid> GetServiceUuids() const in GetServiceUuids() function in OHOS::bluetooth::BleScanResultImpl
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h111 std::vector<ParcelUuid> GetServiceUuids() const;
H A Dbluetooth_ble_central_manager.h70 std::vector<UUID> GetServiceUuids() const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp56 for (auto &serviceUuidData : tempResult.GetServiceUuids()) {
101 for (auto &serviceUuidData : result.GetServiceUuids()) {
537 std::vector<UUID> BleScanResult::GetServiceUuids() const in GetServiceUuids() function in OHOS::Bluetooth::BleScanResult
H A Dbluetooth_ble_advertiser.cpp224 std::vector<ParcelUuid> serviceUuids = data.GetServiceUuids(); in ConvertBleAdvertiserData()
249 std::vector<Uuid> serviceUuids = data.GetServiceUuids(); in GetAdvertiserTotalBytes()
584 std::vector<ParcelUuid> BleAdvertiserData::GetServiceUuids() const in GetServiceUuids() function in OHOS::Bluetooth::BleAdvertiserData
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp173 std::vector<Uuid> serviceUuids = data.GetServiceUuids(); in ConvertAdvertisingData()
H A Dbluetooth_ble_filter_matcher.cpp108 std::vector<bluetooth::Uuid> resultUuids = result.GetServiceUuids(); in MatchesServiceUuids()
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp104 for (Bluetooth::UUID uuid : advData.GetServiceUuids()) { in HaveUuid()

Completed in 8 milliseconds