/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_event_handler.cpp | 44 std::shared_ptr<DSchedContinue> dContinue = dschedContinue_.lock(); in ProcessEvent() local
|
H A D | dsched_continue_manager.cpp | 409 auto dContinue = GetDSchedContinueByWant(want, missionId); in HandleStartContinuation() local 474 auto dContinue = GetDSchedContinueByDevId(devId, missionId); in HandleNotifyCompleteContinuation() local
|
H A D | dsched_continue.cpp | 207 auto dContinue = std::shared_ptr<DSchedContinue>(shared_from_this()); in Init() local
|
/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() argument 45 std::shared_ptr<DSchedContinue> dContinue = dContinue_.lock(); in Execute() local
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/sink_state/ |
H A D | dsched_continue_sink_wait_end_state.cpp | 38 int32_t DSchedContinueSinkWaitEndState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() argument 65 int32_t DSchedContinueSinkWaitEndState::DoNotifyCompleteTask(std::shared_ptr<DSchedContinue> dContinue, in DoNotifyCompleteTask() argument 80 int32_t DSchedContinueSinkWaitEndState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask() argument [all...] |
H A D | dsched_continue_sink_end_state.cpp | 37 int32_t DSchedContinueSinkEndState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() argument 64 int32_t DSchedContinueSinkEndState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask() argument
|
H A D | dsched_continue_sink_start_state.cpp | 40 int32_t DSchedContinueSinkStartState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() argument 67 int32_t DSchedContinueSinkStartState::DoContinuePullReqTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinuePullReqTask() argument 82 int32_t DSchedContinueSinkStartState::DoContinueAbilityTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueAbilityTask() argument 92 DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, const AppExecFwk::InnerEvent::Pointer &event) DoContinueErrorTask() argument 107 DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, const AppExecFwk::InnerEvent::Pointer &event) DoContinueEndTask() argument [all...] |
H A D | dsched_continue_data_state.cpp | 39 int32_t DSchedContinueDataState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() argument 65 int32_t DSchedContinueDataState::DoContinueDataTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueDataTask() argument 80 int32_t DSchedContinueDataState::DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueErrorTask() argument 95 DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, const AppExecFwk::InnerEvent::Pointer &event) DoContinueEndTask() argument [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/state/source_state/ |
H A D | dsched_continue_source_end_state.cpp | 37 int32_t DSchedContinueEndState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() argument 63 int32_t DSchedContinueEndState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask() argument
|
H A D | dsched_continue_source_wait_end_state.cpp | 38 int32_t DSchedContinueWaitEndState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() argument 65 int32_t DSchedContinueWaitEndState::DoNotifyCompleteTask(std::shared_ptr<DSchedContinue> dContinue, in DoNotifyCompleteTask() argument 80 int32_t DSchedContinueWaitEndState::DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueEndTask() argument [all...] |
H A D | dsched_continue_ability_state.cpp | 39 int32_t DSchedContinueAbilityState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() argument 66 int32_t DSchedContinueAbilityState::DoContinueSendTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueSendTask() argument 81 int32_t DSchedContinueAbilityState::DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueErrorTask() argument 96 DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, const AppExecFwk::InnerEvent::Pointer &event) DoContinueEndTask() argument [all...] |
H A D | dsched_continue_source_start_state.cpp | 40 int32_t DSchedContinueSourceStartState::Execute(std::shared_ptr<DSchedContinue> dContinue, in Execute() argument 67 int32_t DSchedContinueSourceStartState::DoContinuePushReqTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinuePushReqTask() argument 82 int32_t DSchedContinueSourceStartState::DoContinueAbilityTask(std::shared_ptr<DSchedContinue> dContinue, in DoContinueAbilityTask() argument 97 DoContinueErrorTask(std::shared_ptr<DSchedContinue> dContinue, const AppExecFwk::InnerEvent::Pointer &event) DoContinueErrorTask() argument 112 DoContinueEndTask(std::shared_ptr<DSchedContinue> dContinue, const AppExecFwk::InnerEvent::Pointer &event) DoContinueEndTask() argument [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_state_test.cpp | 52 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); in SetUp() local 65 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, in CreateObject() local 92 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); in SetUp() local 105 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, in CreateObject() local 132 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); SetUp() local 145 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, CreateObject() local 172 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); SetUp() local 186 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, CreateObject() local 213 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); SetUp() local 229 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, CreateObject() local 256 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); SetUp() local 270 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, CreateObject() local 297 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); SetUp() local 311 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, CreateObject() local 338 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); SetUp() local 352 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, CreateObject() local 379 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); SetUp() local 391 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, CreateObject() local [all...] |
H A D | dsched_continue_manager_test.cpp | 89 std::shared_ptr<DSchedContinue> dContinue = std::make_shared<DSchedContinue>(subServiceType, direction, in CreateObject() local 318 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); in HWTEST_F() local 548 std::shared_ptr<DSchedContinue> dContinue = CreateObject(); in HWTEST_F() local
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 693 auto dContinue = DSchedContinueManager::GetInstance().GetDSchedContinueByDevId(devId, sessionId); in NotifyCompleteContinuationInner() local
|