/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/ |
H A D | dsched_continue_state_machine.cpp | 34 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 D | dsched_continue_state_machine.h | 24 class DSchedContinueStateMachine : public std::enable_shared_from_this<DSchedContinueStateMachine> { 26 explicit DSchedContinueStateMachine(std::shared_ptr<DSchedContinue> dContinue); 27 ~DSchedContinueStateMachine();
|
H A D | dsched_continue_state.h | 40 class DSchedContinueStateMachine; variable
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/sink_state/ |
H A D | dsched_continue_sink_end_state.h | 26 explicit DSchedContinueSinkEndState(std::shared_ptr<DSchedContinueStateMachine> stateMachine); 41 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
|
H A D | dsched_continue_sink_wait_end_state.h | 26 … explicit DSchedContinueSinkWaitEndState(std::shared_ptr<DSchedContinueStateMachine> stateMachine); 43 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
|
H A D | dsched_continue_data_state.h | 26 explicit DSchedContinueDataState(std::shared_ptr<DSchedContinueStateMachine> stateMachine); 45 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
|
H A D | dsched_continue_sink_start_state.h | 26 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 D | dsched_continue_source_end_state.h | 26 explicit DSchedContinueEndState(std::shared_ptr<DSchedContinueStateMachine> stateMachine); 41 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
|
H A D | dsched_continue_source_wait_end_state.h | 26 explicit DSchedContinueWaitEndState(std::shared_ptr<DSchedContinueStateMachine> stateMachine); 43 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
|
H A D | dsched_continue_ability_state.h | 26 explicit DSchedContinueAbilityState(std::shared_ptr<DSchedContinueStateMachine> stateMachine); 45 std::weak_ptr<DSchedContinueStateMachine> stateMachine_;
|
H A D | dsched_continue_source_start_state.h | 26 … 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 D | dsched_continue_state_test.cpp | 53 …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 D | dsched_continue_state_test.h | 121 std::shared_ptr<DSchedContinueStateMachine> stateMachineTest_;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/sink_state/ |
H A D | dsched_continue_sink_end_state.cpp | 27 DSchedContinueSinkEndState::DSchedContinueSinkEndState(std::shared_ptr<DSchedContinueStateMachine> … in DSchedContinueSinkEndState()
|
H A D | dsched_continue_sink_wait_end_state.cpp | 27 …nkWaitEndState::DSchedContinueSinkWaitEndState(std::shared_ptr<DSchedContinueStateMachine> stateMa… in DSchedContinueSinkWaitEndState()
|
H A D | dsched_continue_data_state.cpp | 27 DSchedContinueDataState::DSchedContinueDataState(std::shared_ptr<DSchedContinueStateMachine> stateM… in DSchedContinueDataState()
|
H A D | dsched_continue_sink_start_state.cpp | 27 …ueSinkStartState::DSchedContinueSinkStartState(std::shared_ptr<DSchedContinueStateMachine> stateMa… in DSchedContinueSinkStartState()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/source_state/ |
H A D | dsched_continue_source_end_state.cpp | 27 DSchedContinueEndState::DSchedContinueEndState(std::shared_ptr<DSchedContinueStateMachine> stateMac… in DSchedContinueEndState()
|
H A D | dsched_continue_source_wait_end_state.cpp | 27 DSchedContinueWaitEndState::DSchedContinueWaitEndState(std::shared_ptr<DSchedContinueStateMachine> … in DSchedContinueWaitEndState()
|
H A D | dsched_continue_ability_state.cpp | 27 DSchedContinueAbilityState::DSchedContinueAbilityState(std::shared_ptr<DSchedContinueStateMachine> … in DSchedContinueAbilityState()
|
H A D | dsched_continue_source_start_state.cpp | 27 …urceStartState::DSchedContinueSourceStartState(std::shared_ptr<DSchedContinueStateMachine> stateMa… in DSchedContinueSourceStartState()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 219 std::shared_ptr<DSchedContinueStateMachine> stateMachine_;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 207 stateMachine_ = std::make_shared<DSchedContinueStateMachine>(dContinue); in Init()
|