Lines Matching refs:BluetoothTimer
21 BluetoothTimer *BluetoothTimer::GetInstance()
23 static BluetoothTimer instance;
27 BluetoothTimer::BluetoothTimer() : timer_(std::make_unique<OHOS::Utils::Timer>("BluetoothTimer"))
32 BluetoothTimer::~BluetoothTimer()
40 void BluetoothTimer::Register(const TimerCallback &callback, uint32_t &outTimerId, uint32_t interval)
56 void BluetoothTimer::UnRegister(uint32_t timerId)