Home
last modified time | relevance | path

Searched refs:GetReportDelayMillisValue (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp394 iter->param.reportDelayMillis = settings.GetReportDelayMillisValue(); in StartScan()
409 "TYPE", (settings.GetReportDelayMillisValue() > 0) ? 1 : 0); in StartScan()
605 pimpl->scanSettingImpl_.SetReportDelay(settings.GetReportDelayMillisValue()); in SetScanParams()
709 if (pimpl->scanSettingImpl_.GetReportDelayMillisValue() != max.reportDelayMillis || in IsNewScanParams()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h87 long GetReportDelayMillisValue() const;
189 (reportDelayMillis_ == rhs.GetReportDelayMillisValue()) && in operator ==()
H A Dble_parcel_data.h687 long GetReportDelayMillisValue() const in GetReportDelayMillisValue() function in OHOS::bluetooth::ScanSettings
H A Dble_service_data.cpp45 long BleScanSettingsImpl::GetReportDelayMillisValue() const in GetReportDelayMillisValue() function in OHOS::bluetooth::BleScanSettingsImpl
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h307 long GetReportDelayMillisValue() const;
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp289 EXPECT_EQ(defaultInt, BleTest::bleInstance_->bleScanSettings_.GetReportDelayMillisValue()); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp691 if (setting.GetReportDelayMillisValue() > 0) { in StartScan()
1105 if ((settings_.GetReportDelayMillisValue() > 0) && (callBackType_ == CALLBACK_TYPE_ALL_MATCHES)) { in StartReportDelay()
1109 timer_->Start(settings_.GetReportDelayMillisValue()); in StartReportDelay()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp648 long BleScanSettings::GetReportDelayMillisValue() const in GetReportDelayMillisValue() function in OHOS::Bluetooth::BleScanSettings

Completed in 12 milliseconds