Home
last modified time | relevance | path

Searched defs:fromState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp81 SystemAbilityState fromState, SystemAbilityState toState) in UpdateStateCount()
137 bool NotLoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
152 bool LoadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
167 bool LoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
187 bool UnloadableStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
202 bool UnloadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
217 bool NotStartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
232 bool StartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
247 bool StoppingStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.cpp120 void HfpAgStateMachine::NotifyChildStateToParentState(int fromState, int toState, int reason) in NotifyChildStateToParentState()
H A Dhfp_ag_service.cpp949 void HfpAgService::ScoStateChanged(const std::string &address, int fromState, int toState) in ScoStateChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.cpp727 void HfpHfStateMachine::NotifyChildStateToParentState(int fromState, int toState) in NotifyChildStateToParentState()