Home
last modified time | relevance | path

Searched defs:apStateMachine (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
Dmock_wifi_ap_service.h42 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()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
Dmock_ap_service.h28 MockApService(ApStateMachine &apStateMachine) : ApService(apStateMachine) in MockApService()
Dmock_ap_idle_state.h28 MockApIdleState(ApStateMachine &apStateMachine) : ApIdleState(apStateMachine) in MockApIdleState()
Dmock_ap_started_state.h27 … MockApStartedState(ApStateMachine &apStateMachine, ApConfigUse &apConfigUse, ApMonitor &apMonitor) in MockApStartedState()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
Dap_idle_state.cpp24 ApIdleState::ApIdleState(ApStateMachine &apStateMachine, int id) in ApIdleState()
Dap_service.cpp28 ApService::ApService(ApStateMachine &apStateMachine, int id) in ApService()
Dap_started_state.cpp51 ApStartedState::ApStartedState(ApStateMachine &apStateMachine, ApConfigUse &apConfigUse, ApMonitor … in ApStartedState()