Home
last modified time | relevance | path

Searched refs:SysFactoryResettingState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dsys_state_machine.cpp33 std::make_unique<SysFactoryResettingState>(*this, am); in Init()
168 void SysFactoryResettingState::Entry() in Entry()
179 void SysFactoryResettingState::Exit() in Exit()
184 bool SysFactoryResettingState::Dispatch(const utility::Message &msg) in Dispatch()
H A Dsys_state_machine.h320 class SysFactoryResettingState : public SysStoppingBaseState {
329 SysFactoryResettingState(SysStateMachine &sysStateMachine, AdapterManager &am) in SysFactoryResettingState() function
337 ~SysFactoryResettingState() = default;