Home
last modified time | relevance | path

Searched refs:GetServiceData (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp48 this->AddServiceData(*iter, device.GetServiceData(index)); in ScanResult()
H A Dble_parcel_data.h74 std::map<Uuid, std::string> GetServiceData() const in GetServiceData() function in OHOS::bluetooth::AdvertiserData
478 std::map<Uuid, std::string> GetServiceData() const in GetServiceData() function in OHOS::bluetooth::ScanResult
929 std::vector<uint8_t> GetServiceData() const in GetServiceData() function in OHOS::bluetooth::ScanFilter
H A Dble_service_data.h429 std::vector<uint8_t> GetServiceData() const;
732 std::vector<std::string> GetServiceData() const;
741 std::string GetServiceData(int index) const;
1285 std::map<Uuid, std::string> GetServiceData() const in GetServiceData() function in OHOS::bluetooth::BleScanResultImpl
H A Dble_service_data.cpp199 std::vector<uint8_t> BleScanFilterImpl::GetServiceData() const in GetServiceData() function in OHOS::bluetooth::BleScanFilterImpl
881 std::vector<std::string> BlePeripheralDevice::GetServiceData() const in GetServiceData() function in OHOS::bluetooth::BlePeripheralDevice
893 std::string BlePeripheralDevice::GetServiceData(int index) const in GetServiceData() function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_filter_matcher.cpp161 std::vector<uint8_t> filterData = filter.GetServiceData(); in MatchesServiceDatas()
168 if (result.GetServiceData().empty()) { in MatchesServiceDatas()
171 for (auto &serviceData : result.GetServiceData()) { in MatchesServiceDatas()
H A Dbluetooth_ble_advertiser_server.cpp169 std::map<Uuid, std::string> serviceData = data.GetServiceData(); in ConvertAdvertisingData()
H A Dbluetooth_ble_central_manager_server.cpp164 *serviceDataIter, iter->GetPeripheralDevice().GetServiceData(index));
486 filterImpl.SetServiceData(filter.GetServiceData()); in ConfigScanFilterInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp61 for (auto &serviceData : tempResult.GetServiceData()) {
96 for (auto &serviceData : result.GetServiceData()) {
224 scanFilter.SetServiceData(filter.GetServiceData()); in ConvertBleScanFilter()
547 std::map<UUID, std::string> BleScanResult::GetServiceData() const in GetServiceData() function in OHOS::Bluetooth::BleScanResult
804 std::vector<uint8_t> BleScanFilter::GetServiceData() const in GetServiceData() function in OHOS::Bluetooth::BleScanFilter
H A Dbluetooth_ble_advertiser.cpp220 std::map<ParcelUuid, std::string> serviceData = data.GetServiceData(); in ConvertBleAdvertiserData()
241 std::map<Uuid, std::string> serviceData = data.GetServiceData(); in GetAdvertiserTotalBytes()
599 std::map<ParcelUuid, std::string> BleAdvertiserData::GetServiceData() const in GetServiceData() function in OHOS::Bluetooth::BleAdvertiserData
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h86 std::map<UUID, std::string> GetServiceData() const;
451 std::vector<uint8_t> GetServiceData() const;
H A Dbluetooth_ble_advertiser.h103 std::map<ParcelUuid, std::string> GetServiceData() const;
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp130 if (advData.GetServiceData().empty()) { in ServiceData()
133 for (auto &iter : advData.GetServiceData()) { in ServiceData()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1533 std::vector<uint8_t> serviceData = filter.GetServiceData(); in BleScanFilterParamAddServiceData()

Completed in 16 milliseconds