/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/ |
H A D | dsched_continue_state_machine.h | 29 void UpdateState(DSchedContinueStateType stateType); 30 DSchedContinueStateType GetStateType(); 33 std::shared_ptr<DSchedContinueState> CreateState(DSchedContinueStateType stateType);
|
H A D | dsched_continue_state.h | 37 } DSchedContinueStateType; typedef 48 virtual DSchedContinueStateType GetStateType() = 0;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/ |
H A D | dsched_continue_state_machine.cpp | 60 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 D | dsched_continue_sink_end_state.h | 31 DSchedContinueStateType GetStateType() override;
|
H A D | dsched_continue_sink_wait_end_state.h | 31 DSchedContinueStateType GetStateType() override;
|
H A D | dsched_continue_data_state.h | 31 DSchedContinueStateType GetStateType() override;
|
H A D | dsched_continue_sink_start_state.h | 31 DSchedContinueStateType GetStateType() override;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/source_state/ |
H A D | dsched_continue_source_end_state.h | 31 DSchedContinueStateType GetStateType() override;
|
H A D | dsched_continue_source_wait_end_state.h | 31 DSchedContinueStateType GetStateType() override;
|
H A D | dsched_continue_ability_state.h | 31 DSchedContinueStateType GetStateType() override;
|
H A D | dsched_continue_source_start_state.h | 31 DSchedContinueStateType GetStateType() override;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/sink_state/ |
H A D | dsched_continue_sink_end_state.cpp | 59 DSchedContinueStateType DSchedContinueSinkEndState::GetStateType() in GetStateType()
|
H A D | dsched_continue_sink_wait_end_state.cpp | 60 DSchedContinueStateType DSchedContinueSinkWaitEndState::GetStateType() in GetStateType()
|
H A D | dsched_continue_data_state.cpp | 60 DSchedContinueStateType DSchedContinueDataState::GetStateType() in GetStateType()
|
H A D | dsched_continue_sink_start_state.cpp | 62 DSchedContinueStateType DSchedContinueSinkStartState::GetStateType() in GetStateType()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/source_state/ |
H A D | dsched_continue_source_end_state.cpp | 58 DSchedContinueStateType DSchedContinueEndState::GetStateType() in GetStateType()
|
H A D | dsched_continue_source_wait_end_state.cpp | 60 DSchedContinueStateType DSchedContinueWaitEndState::GetStateType() in GetStateType()
|
H A D | dsched_continue_ability_state.cpp | 61 DSchedContinueStateType DSchedContinueAbilityState::GetStateType() in GetStateType()
|
H A D | dsched_continue_source_start_state.cpp | 62 DSchedContinueStateType DSchedContinueSourceStartState::GetStateType() in GetStateType()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_state_test.cpp | 1343 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 D | dsched_continue_test.cpp | 1048 DSchedContinueStateType stateType = DSCHED_CONTINUE_SINK_START_STATE;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 211 void UpdateState(DSchedContinueStateType stateType);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 1362 void DSchedContinue::UpdateState(DSchedContinueStateType stateType) in UpdateState()
|