Home
last modified time | relevance | path

Searched refs:StoppingStateHandler (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp39 …processStateHandlerMap_[SystemProcessState::STOPPING] = std::make_shared<StoppingStateHandler>(lis… in InitStateHandlerMap()
247 bool StoppingStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
252 void StoppingStateHandler::OnEnter(const std::shared_ptr<SystemProcessContext>& context) in OnEnter()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_machine.h105 class StoppingStateHandler : public SystemProcessStateHandler {
107 explicit StoppingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in StoppingStateHandler() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp625 std::shared_ptr<StoppingStateHandler> stoppingStateHandler =
626 std::make_shared<StoppingStateHandler>(stateListener);
644 std::shared_ptr<StoppingStateHandler> stoppingStateHandler =
645 std::make_shared<StoppingStateHandler>(stateListener);