Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
Dsystem_ability_state_machine.cpp80 SystemAbilityState fromState, SystemAbilityState toState) in UpdateStateCount()
136 bool NotLoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
151 bool LoadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
166 bool LoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
186 bool UnloadableStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
201 bool UnloadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
216 bool NotStartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
231 bool StartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
246 bool StoppingStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_statemachine.cpp120 void HfpAgStateMachine::NotifyChildStateToParentState(int fromState, int toState) in NotifyChildStateToParentState()
Dhfp_ag_service.cpp943 void HfpAgService::ScoStateChanged(const std::string &address, int fromState, int toState) in ScoStateChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_statemachine.cpp727 void HfpHfStateMachine::NotifyChildStateToParentState(int fromState, int toState) in NotifyChildStateToParentState()