Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h26 const std::string ACTIV_ACTIVING_STATE = "A_Activing"; variable
150 : PowerState(ACTIV_ACTIVING_STATE, psm, pd, fstate){}; in PowerActiveActivingState()
H A Dpower_state_machine.cpp148 Transition(ACTIV_ACTIVING_STATE); in Dispatch()