Home
last modified time | relevance | path

Searched refs:DSchedContinueStateMachine (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/
H A Ddsched_continue_state_machine.cpp34 DSchedContinueStateMachine::DSchedContinueStateMachine(std::shared_ptr<DSchedContinue> dContinue) in DSchedContinueStateMachine() function in OHOS::DistributedSchedule::DSchedContinueStateMachine
39 DSchedContinueStateMachine::~DSchedContinueStateMachine() in ~DSchedContinueStateMachine()
43 int32_t DSchedContinueStateMachine::Execute(const AppExecFwk::InnerEvent::Pointer &event) in Execute()
60 void DSchedContinueStateMachine::UpdateState(DSchedContinueStateType stateType) in UpdateState()
72 std::shared_ptr<DSchedContinueState> DSchedContinueStateMachine::CreateState(DSchedContinueStateTyp… in CreateState()
75 auto stateMachine = std::shared_ptr<DSchedContinueStateMachine>(shared_from_this()); in CreateState()
116 DSchedContinueStateType DSchedContinueStateMachine::GetStateType() in GetStateType()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/
H A Ddsched_continue_state_machine.h24 class DSchedContinueStateMachine : public std::enable_shared_from_this<DSchedContinueStateMachine> {
26 explicit DSchedContinueStateMachine(std::shared_ptr<DSchedContinue> dContinue);
27 ~DSchedContinueStateMachine();
H A Ddsched_continue_state.h40 class DSchedContinueStateMachine; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/sink_state/
H A Ddsched_continue_sink_end_state.h26 explicit DSchedContinueSinkEndState(std::shared_ptr<DSchedContinueStateMachine> stateMachine);
41 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
H A Ddsched_continue_sink_wait_end_state.h26 … explicit DSchedContinueSinkWaitEndState(std::shared_ptr<DSchedContinueStateMachine> stateMachine);
43 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
H A Ddsched_continue_data_state.h26 explicit DSchedContinueDataState(std::shared_ptr<DSchedContinueStateMachine> stateMachine);
45 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
H A Ddsched_continue_sink_start_state.h26 explicit DSchedContinueSinkStartState(std::shared_ptr<DSchedContinueStateMachine> stateMachine);
47 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/source_state/
H A Ddsched_continue_source_end_state.h26 explicit DSchedContinueEndState(std::shared_ptr<DSchedContinueStateMachine> stateMachine);
41 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
H A Ddsched_continue_source_wait_end_state.h26 explicit DSchedContinueWaitEndState(std::shared_ptr<DSchedContinueStateMachine> stateMachine);
43 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
H A Ddsched_continue_ability_state.h26 explicit DSchedContinueAbilityState(std::shared_ptr<DSchedContinueStateMachine> stateMachine);
45 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
H A Ddsched_continue_source_start_state.h26 … explicit DSchedContinueSourceStartState(std::shared_ptr<DSchedContinueStateMachine> stateMachine);
47 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_state_test.cpp53 …std::shared_ptr<DSchedContinueStateMachine> stateMachine = std::make_shared<DSchedContinueStateMac… in SetUp()
93 …std::shared_ptr<DSchedContinueStateMachine> stateMachine = std::make_shared<DSchedContinueStateMac… in SetUp()
133 …std::shared_ptr<DSchedContinueStateMachine> stateMachine = std::make_shared<DSchedContinueStateMac… in SetUp()
173 std::shared_ptr<DSchedContinueStateMachine> stateMachine = in SetUp()
174 std::make_shared<DSchedContinueStateMachine>(dContinue); in SetUp()
214 std::shared_ptr<DSchedContinueStateMachine> stateMachine = in SetUp()
215 std::make_shared<DSchedContinueStateMachine>(dContinue); in SetUp()
257 std::shared_ptr<DSchedContinueStateMachine> stateMachine = in SetUp()
258 std::make_shared<DSchedContinueStateMachine>(dContinue); in SetUp()
298 std::shared_ptr<DSchedContinueStateMachine> stateMachine = in SetUp()
[all …]
H A Ddsched_continue_state_test.h121 std::shared_ptr<DSchedContinueStateMachine> stateMachineTest_;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/sink_state/
H A Ddsched_continue_sink_end_state.cpp27 DSchedContinueSinkEndState::DSchedContinueSinkEndState(std::shared_ptr<DSchedContinueStateMachine> … in DSchedContinueSinkEndState()
H A Ddsched_continue_sink_wait_end_state.cpp27 …nkWaitEndState::DSchedContinueSinkWaitEndState(std::shared_ptr<DSchedContinueStateMachine> stateMa… in DSchedContinueSinkWaitEndState()
H A Ddsched_continue_data_state.cpp27 DSchedContinueDataState::DSchedContinueDataState(std::shared_ptr<DSchedContinueStateMachine> stateM… in DSchedContinueDataState()
H A Ddsched_continue_sink_start_state.cpp27 …ueSinkStartState::DSchedContinueSinkStartState(std::shared_ptr<DSchedContinueStateMachine> stateMa… in DSchedContinueSinkStartState()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/source_state/
H A Ddsched_continue_source_end_state.cpp27 DSchedContinueEndState::DSchedContinueEndState(std::shared_ptr<DSchedContinueStateMachine> stateMac… in DSchedContinueEndState()
H A Ddsched_continue_source_wait_end_state.cpp27 DSchedContinueWaitEndState::DSchedContinueWaitEndState(std::shared_ptr<DSchedContinueStateMachine> … in DSchedContinueWaitEndState()
H A Ddsched_continue_ability_state.cpp27 DSchedContinueAbilityState::DSchedContinueAbilityState(std::shared_ptr<DSchedContinueStateMachine> … in DSchedContinueAbilityState()
H A Ddsched_continue_source_start_state.cpp27 …urceStartState::DSchedContinueSourceStartState(std::shared_ptr<DSchedContinueStateMachine> stateMa… in DSchedContinueSourceStartState()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h219 std::shared_ptr<DSchedContinueStateMachine> stateMachine_;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp207 stateMachine_ = std::make_shared<DSchedContinueStateMachine>(dContinue); in Init()