Home
last modified time | relevance | path

Searched refs:profileTimer_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.cpp71 profileTimer_ = std::make_unique<utility::Timer>([&]() -> void { in AdapterTurningOnState()
100 profileTimer_->Start(ENABLE_DISABLE_TIMEOUT_TIME, false); in Dispatch()
108 profileTimer_->Stop(); in Dispatch()
161 profileTimer_ = std::make_unique<utility::Timer>([&]() -> void { in AdapterTurningOffState()
173 profileTimer_->Start(ENABLE_DISABLE_TIMEOUT_TIME, false); in Entry()
184 profileTimer_->Stop(); in Dispatch()
H A Dadapter_state_machine.h164 std::unique_ptr<utility::Timer> profileTimer_ = nullptr; member in OHOS::bluetooth::AdapterTurningOnState
256 std::unique_ptr<utility::Timer> profileTimer_ = nullptr; member in OHOS::bluetooth::AdapterTurningOffState

Completed in 2 milliseconds