Searched refs:BluetoothTimer (Results 1 – 3 of 3) sorted by relevance
25 BluetoothTimer *BluetoothTimer::GetInstance() in GetInstance()27 static BluetoothTimer instance; in GetInstance()31 BluetoothTimer::BluetoothTimer() : timer_(std::make_unique<OHOS::Utils::Timer>("BluetoothTimer")) in BluetoothTimer() function in OHOS::Bluetooth::BluetoothTimer36 BluetoothTimer::~BluetoothTimer() in ~BluetoothTimer()44 void BluetoothTimer::Register(const TimerCallback &callback, uint32_t &outTimerId, uint32_t interva… in Register()60 void BluetoothTimer::UnRegister(uint32_t timerId) in UnRegister()
28 class BluetoothTimer {33 static BluetoothTimer *GetInstance(void);35 BluetoothTimer();36 ~BluetoothTimer();
219 BluetoothTimer::GetInstance()->UnRegister(g_advAddrTimerIds[advId_]); in OnStopResultEvent()378 BluetoothTimer::GetInstance()->UnRegister(g_advAddrTimerIds[advId]); in BleStopAdv()660 BluetoothTimer::GetInstance()->UnRegister(g_advAddrTimerIds[i]); in BleStartAdvWithAddr()1435 BluetoothTimer::GetInstance()->Register(timerCallback, timerId, ADV_ADDR_TIME_THRESHOLD); in StartAdvAddrTimer()