Searched defs:apStateMachine (Results 1 – 7 of 7) sorted by relevance
42 explicit MockApIdleState(ApStateMachine &apStateMachine) : ApIdleState(apStateMachine) in MockApIdleState()51 … MockApStartedState(ApStateMachine &apStateMachine, ApConfigUse &apConfigUse, ApMonitor &apMonitor) in MockApStartedState()61 explicit MockApService(ApStateMachine &apStateMachine) : ApService(apStateMachine) in MockApService()
28 MockApService(ApStateMachine &apStateMachine) : ApService(apStateMachine) in MockApService()
28 MockApIdleState(ApStateMachine &apStateMachine) : ApIdleState(apStateMachine) in MockApIdleState()
27 … MockApStartedState(ApStateMachine &apStateMachine, ApConfigUse &apConfigUse, ApMonitor &apMonitor) in MockApStartedState()
24 ApIdleState::ApIdleState(ApStateMachine &apStateMachine, int id) in ApIdleState()
28 ApService::ApService(ApStateMachine &apStateMachine, int id) in ApService()
51 ApStartedState::ApStartedState(ApStateMachine &apStateMachine, ApConfigUse &apConfigUse, ApMonitor … in ApStartedState()