Home
last modified time | relevance | path

Searched refs:ProcessStateTransitionLocked (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp322 …int32_t ret = systemAbilityStateMachine->ProcessStateTransitionLocked(nullptr, SystemProcessState:…
342 int32_t ret = systemAbilityStateMachine->ProcessStateTransitionLocked(systemProcessContext,
364 int32_t ret = systemAbilityStateMachine->ProcessStateTransitionLocked(systemProcessContext,
391 int32_t ret = systemAbilityStateMachine->ProcessStateTransitionLocked(systemProcessContext,
418 int32_t ret = systemAbilityStateMachine->ProcessStateTransitionLocked(systemProcessContext,
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_event_handler.cpp159 … result = stateMachine_->ProcessStateTransitionLocked(context, SystemProcessState::STARTED); in HandleProcessStartedEventLocked()
178 … result = stateMachine_->ProcessStateTransitionLocked(context, SystemProcessState::NOT_STARTED); in HandleProcessStoppedEventLocked()
H A Dsystem_ability_state_machine.cpp103 int32_t SystemAbilityStateMachine::ProcessStateTransitionLocked(const std::shared_ptr<SystemProcess… in ProcessStateTransitionLocked() function in OHOS::SystemAbilityStateMachine
H A Dsystem_ability_state_scheduler.cpp717 … return stateMachine_->ProcessStateTransitionLocked(processContext, SystemProcessState::STOPPING); in UnloadAllSystemAbilityLocked()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_machine.h118 int32_t ProcessStateTransitionLocked(const std::shared_ptr<SystemProcessContext>& context,