/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 121 DSchedContinue::DSchedContinue(int32_t subServiceType, int32_t direction, const sptr<IRemoteObject… in DSchedContinue() function in OHOS::DistributedSchedule::DSchedContinue 133 DSchedContinue::DSchedContinue(std::shared_ptr<DSchedContinueStartCmd> startCmd, int32_t sessionId) in DSchedContinue() function in OHOS::DistributedSchedule::DSchedContinue 165 DSchedContinue::~DSchedContinue() in ~DSchedContinue() 176 void DSchedContinue::SetEventData() in SetEventData() 199 int32_t DSchedContinue::Init() in Init() 223 void DSchedContinue::StartEventHandler() in StartEventHandler() 549 int32_t DSchedContinue::QuickStartAbility() in QuickStartAbility() 613 void DSchedContinue::DurationDumperStart() in DurationDumperStart() 1262 int32_t DSchedContinue::GetSessionId() in GetSessionId() 1371 void DSchedContinue::OnShutDown() in OnShutDown() [all …]
|
H A D | dsched_continue_event_handler.cpp | 28 const std::shared_ptr<DSchedContinue>& dschedContinue) : AppExecFwk::EventHandler(runner), in DSchedContinueEventHandler() 44 std::shared_ptr<DSchedContinue> dContinue = dschedContinue_.lock(); in ProcessEvent()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_state_test.h | 40 std::shared_ptr<DSchedContinue> CreateObject(); 50 std::shared_ptr<DSchedContinue> CreateObject(); 60 std::shared_ptr<DSchedContinue> CreateObject(); 70 std::shared_ptr<DSchedContinue> CreateObject(); 80 std::shared_ptr<DSchedContinue> CreateObject(); 90 std::shared_ptr<DSchedContinue> CreateObject(); 100 std::shared_ptr<DSchedContinue> CreateObject(); 110 std::shared_ptr<DSchedContinue> CreateObject(); 120 std::shared_ptr<DSchedContinue> CreateObject();
|
H A D | dsched_continue_test.cpp | 74 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 106 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 138 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 183 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 228 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 265 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 314 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 345 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 370 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); 405 auto conti = std::make_shared<DSchedContinue>(subType, direction, callback, info); [all …]
|
H A D | dsched_continue_state_test.cpp | 52 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); in SetUp() 65 …std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direc… in CreateObject() 92 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); in SetUp() 105 …std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direc… in CreateObject() 145 …std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direc… in CreateObject() 186 …std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direc… in CreateObject() 229 …std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direc… in CreateObject() 270 …std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direc… in CreateObject() 311 …std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direc… in CreateObject() 352 …std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direc… in CreateObject() [all …]
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/sink_state/ |
H A D | dsched_continue_sink_start_state.h | 29 int32_t Execute(std::shared_ptr<DSchedContinue> dContinue, 34 int32_t DoContinuePullReqTask(std::shared_ptr<DSchedContinue> dContinue, 36 int32_t DoContinueAbilityTask(std::shared_ptr<DSchedContinue> dContinue, 38 int32_t DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, 40 int32_t DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, 44 …hedStateFunc = int32_t (DSchedContinueSinkStartState::*)(std::shared_ptr<DSchedContinue> dContinue,
|
H A D | dsched_continue_data_state.h | 29 int32_t Execute(std::shared_ptr<DSchedContinue> dContinue, 34 int32_t DoContinueDataTask(std::shared_ptr<DSchedContinue> dContinue, 36 int32_t DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, 38 int32_t DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, 42 …using DSchedStateFunc = int32_t (DSchedContinueDataState::*)(std::shared_ptr<DSchedContinue> dCont…
|
H A D | dsched_continue_sink_wait_end_state.h | 29 int32_t Execute(std::shared_ptr<DSchedContinue> dContinue, 34 int32_t DoNotifyCompleteTask(std::shared_ptr<DSchedContinue> dContinue, 36 int32_t DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, 40 …dStateFunc = int32_t (DSchedContinueSinkWaitEndState::*)(std::shared_ptr<DSchedContinue> dContinue,
|
H A D | dsched_continue_sink_end_state.h | 29 int32_t Execute(std::shared_ptr<DSchedContinue> dContinue, 34 int32_t DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, 38 …using DSchedStateFunc = int32_t (DSchedContinueSinkEndState::*)(std::shared_ptr<DSchedContinue> dC…
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/source_state/ |
H A D | dsched_continue_source_start_state.h | 29 int32_t Execute(std::shared_ptr<DSchedContinue> dContinue, 34 int32_t DoContinueAbilityTask(std::shared_ptr<DSchedContinue> dContinue, 36 int32_t DoContinuePushReqTask(std::shared_ptr<DSchedContinue> dContinue, 38 int32_t DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, 40 int32_t DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, 44 …dStateFunc = int32_t (DSchedContinueSourceStartState::*)(std::shared_ptr<DSchedContinue> dContinue,
|
H A D | dsched_continue_ability_state.h | 29 int32_t Execute(std::shared_ptr<DSchedContinue> dContinue, 34 int32_t DoContinueSendTask(std::shared_ptr<DSchedContinue> dContinue, 36 int32_t DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, 38 int32_t DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, 42 …using DSchedStateFunc = int32_t (DSchedContinueAbilityState::*)(std::shared_ptr<DSchedContinue> dC…
|
H A D | dsched_continue_source_wait_end_state.h | 29 int32_t Execute(std::shared_ptr<DSchedContinue> dContinue, 34 int32_t DoNotifyCompleteTask(std::shared_ptr<DSchedContinue> dContinue, 36 int32_t DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, 40 …using DSchedStateFunc = int32_t (DSchedContinueWaitEndState::*)(std::shared_ptr<DSchedContinue> dC…
|
H A D | dsched_continue_source_end_state.h | 29 int32_t Execute(std::shared_ptr<DSchedContinue> dContinue, 34 int32_t DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, 38 …using DSchedStateFunc = int32_t (DSchedContinueEndState::*)(std::shared_ptr<DSchedContinue> dConti…
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/sink_state/ |
H A D | dsched_continue_sink_start_state.cpp | 40 int32_t DSchedContinueSinkStartState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() 67 int32_t DSchedContinueSinkStartState::DoContinuePullReqTask(std::shared_ptr<DSchedContinue> dContin… in DoContinuePullReqTask() 82 int32_t DSchedContinueSinkStartState::DoContinueAbilityTask(std::shared_ptr<DSchedContinue> dContin… in DoContinueAbilityTask() 92 int32_t DSchedContinueSinkStartState::DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueErrorTask() 107 int32_t DSchedContinueSinkStartState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask()
|
H A D | dsched_continue_data_state.cpp | 39 int32_t DSchedContinueDataState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() 65 int32_t DSchedContinueDataState::DoContinueDataTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueDataTask() 80 int32_t DSchedContinueDataState::DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueErrorTask() 95 int32_t DSchedContinueDataState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask()
|
H A D | dsched_continue_sink_wait_end_state.cpp | 38 int32_t DSchedContinueSinkWaitEndState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() 65 int32_t DSchedContinueSinkWaitEndState::DoNotifyCompleteTask(std::shared_ptr<DSchedContinue> dConti… in DoNotifyCompleteTask() 80 int32_t DSchedContinueSinkWaitEndState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask()
|
H A D | dsched_continue_sink_end_state.cpp | 37 int32_t DSchedContinueSinkEndState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() 64 int32_t DSchedContinueSinkEndState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/source_state/ |
H A D | dsched_continue_source_start_state.cpp | 40 int32_t DSchedContinueSourceStartState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() 67 int32_t DSchedContinueSourceStartState::DoContinuePushReqTask(std::shared_ptr<DSchedContinue> dCont… in DoContinuePushReqTask() 82 int32_t DSchedContinueSourceStartState::DoContinueAbilityTask(std::shared_ptr<DSchedContinue> dCont… in DoContinueAbilityTask() 97 int32_t DSchedContinueSourceStartState::DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContin… in DoContinueErrorTask() 112 int32_t DSchedContinueSourceStartState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask()
|
H A D | dsched_continue_ability_state.cpp | 39 int32_t DSchedContinueAbilityState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() 66 int32_t DSchedContinueAbilityState::DoContinueSendTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueSendTask() 81 int32_t DSchedContinueAbilityState::DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueErrorTask() 96 int32_t DSchedContinueAbilityState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask()
|
H A D | dsched_continue_source_wait_end_state.cpp | 38 int32_t DSchedContinueWaitEndState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() 65 int32_t DSchedContinueWaitEndState::DoNotifyCompleteTask(std::shared_ptr<DSchedContinue> dContinue, in DoNotifyCompleteTask() 80 int32_t DSchedContinueWaitEndState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask()
|
H A D | dsched_continue_source_end_state.cpp | 37 int32_t DSchedContinueEndState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() 63 int32_t DSchedContinueEndState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue_event_handler.h | 25 class DSchedContinue; variable 29 const std::shared_ptr<DSchedContinue>& dschedContinue); 35 std::weak_ptr<DSchedContinue> dschedContinue_;
|
H A D | dsched_continue.h | 120 class DSchedContinue : public std::enable_shared_from_this<DSchedContinue> { 133 DSchedContinue(int32_t subServiceType, int32_t direction, const sptr<IRemoteObject>& callback, 135 DSchedContinue(std::shared_ptr<DSchedContinueStartCmd> startCmd, int32_t sessionId); 136 ~DSchedContinue();
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/state/ |
H A D | dsched_continue_state_machine.h | 23 class DSchedContinue; variable 26 explicit DSchedContinueStateMachine(std::shared_ptr<DSchedContinue> dContinue); 35 std::weak_ptr<DSchedContinue> dContinue_;
|
H A D | dsched_continue_state.h | 39 class DSchedContinue; variable 46 virtual int32_t Execute(std::shared_ptr<DSchedContinue> dContinue,
|