Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/
H A Ddsched_continue_state_machine.h29 void UpdateState(DSchedContinueStateType stateType);
30 DSchedContinueStateType GetStateType();
33 std::shared_ptr<DSchedContinueState> CreateState(DSchedContinueStateType stateType);
H A Ddsched_continue_state.h37 } DSchedContinueStateType; typedef
48 virtual DSchedContinueStateType GetStateType() = 0;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/
H A Ddsched_continue_state_machine.cpp60 void DSchedContinueStateMachine::UpdateState(DSchedContinueStateType stateType) in UpdateState()
72 …ptr<DSchedContinueState> DSchedContinueStateMachine::CreateState(DSchedContinueStateType stateType) in CreateState()
116 DSchedContinueStateType DSchedContinueStateMachine::GetStateType() in GetStateType()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/sink_state/
H A Ddsched_continue_sink_end_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_sink_wait_end_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_data_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_sink_start_state.h31 DSchedContinueStateType GetStateType() override;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/source_state/
H A Ddsched_continue_source_end_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_source_wait_end_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_ability_state.h31 DSchedContinueStateType GetStateType() override;
H A Ddsched_continue_source_start_state.h31 DSchedContinueStateType GetStateType() override;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/sink_state/
H A Ddsched_continue_sink_end_state.cpp59 DSchedContinueStateType DSchedContinueSinkEndState::GetStateType() in GetStateType()
H A Ddsched_continue_sink_wait_end_state.cpp60 DSchedContinueStateType DSchedContinueSinkWaitEndState::GetStateType() in GetStateType()
H A Ddsched_continue_data_state.cpp60 DSchedContinueStateType DSchedContinueDataState::GetStateType() in GetStateType()
H A Ddsched_continue_sink_start_state.cpp62 DSchedContinueStateType DSchedContinueSinkStartState::GetStateType() in GetStateType()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/source_state/
H A Ddsched_continue_source_end_state.cpp58 DSchedContinueStateType DSchedContinueEndState::GetStateType() in GetStateType()
H A Ddsched_continue_source_wait_end_state.cpp60 DSchedContinueStateType DSchedContinueWaitEndState::GetStateType() in GetStateType()
H A Ddsched_continue_ability_state.cpp61 DSchedContinueStateType DSchedContinueAbilityState::GetStateType() in GetStateType()
H A Ddsched_continue_source_start_state.cpp62 DSchedContinueStateType DSchedContinueSourceStartState::GetStateType() in GetStateType()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_state_test.cpp1343 DSchedContinueStateType stateType = DSCHED_CONTINUE_SOURCE_START_STATE;
1358 DSchedContinueStateType stateType = DSCHED_CONTINUE_ABILITY_STATE;
1398 state = stateMachineTest_->CreateState(static_cast<DSchedContinueStateType>(-1));
1413 DSchedContinueStateType ret = stateMachineTest_->GetStateType();
H A Ddsched_continue_test.cpp1048 DSchedContinueStateType stateType = DSCHED_CONTINUE_SINK_START_STATE;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h211 void UpdateState(DSchedContinueStateType stateType);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp1362 void DSchedContinue::UpdateState(DSchedContinueStateType stateType) in UpdateState()