Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h84 PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerState() argument
85 : State(name, psm, fstate), pd_(pd){}; in PowerState()
146 * @param fstate Father State.
149 PowerActiveActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerActiveActivingState() argument
150 : PowerState(ACTIV_ACTIVING_STATE, psm, pd, fstate){}; in PowerActiveActivingState()
170 * @param fstate Father State.
173 PowerActiveSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerActiveSniffingState() argument
174 : PowerState(ACTIV_SNIFFING_STATE, psm, pd, fstate){}; in PowerActiveSniffingState()
216 * @param fstate Father State.
219 PowerSniffActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerSniffActivingState() argument
243 PowerSniffSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) PowerSniffSniffingState() argument
[all...]

Completed in 1 milliseconds