Home
last modified time | relevance | path

Searched refs:ContinuationHandler (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dcontinuation_handler.cpp25 const std::string ContinuationHandler::ORIGINAL_DEVICE_ID("deviceId");
28 ContinuationHandler::ContinuationHandler( in ContinuationHandler() function in OHOS::AppExecFwk::ContinuationHandler
35 bool ContinuationHandler::HandleStartContinuationWithStack(const sptr<IRemoteObject> &token, in HandleStartContinuationWithStack()
83 bool ContinuationHandler::HandleStartContinuation(const sptr<IRemoteObject> &token, const std::string &deviceId) in HandleStartContinuation()
134 void ContinuationHandler::HandleReceiveRemoteScheduler(const sptr<IRemoteObject> &remoteReplica) in HandleReceiveRemoteScheduler()
163 void ContinuationHandler::HandleCompleteContinuation(int result) in HandleCompleteContinuation()
177 void ContinuationHandler::SetReversible(bool reversible) in SetReversible()
182 void ContinuationHandler::SetAbilityInfo(std::shared_ptr<AbilityInfo> &abilityInfo) in SetAbilityInfo()
189 void ContinuationHandler
[all...]
H A Dcontinuation_manager.cpp50 const std::shared_ptr<AbilityInfo> &abilityInfo, const std::shared_ptr<ContinuationHandler> &continuationHandler) in Init()
105 std::shared_ptr<ContinuationHandler> continuationHandler = continuationHandler_.lock(); in HandleContinueAbilityWithStack()
270 std::shared_ptr<ContinuationHandler> continuationHandler = continuationHandler_.lock(); in ReverseContinueAbility()
410 std::shared_ptr<ContinuationHandler> continuationHandler = continuationHandler_.lock(); in HandleContinueAbility()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dcontinuation_test.cpp128 std::shared_ptr<ContinuationHandler> continuationHandler = in HWTEST_F()
129 std::make_shared<ContinuationHandler>(continuationManager, abilityTmp); in HWTEST_F()
148 std::shared_ptr<ContinuationHandler> continuationHandler = in HWTEST_F()
149 std::make_shared<ContinuationHandler>(continuationManager, abilityTmp); in HWTEST_F()
167 auto continuationHandler = std::make_shared<ContinuationHandler>(continuationManager, abilityTmp); in HWTEST_F()
184 auto continuationHandler = std::make_shared<ContinuationHandler>(continuationManager, abilityTmp); in HWTEST_F()
202 std::shared_ptr<ContinuationHandler> continuationHandler = in HWTEST_F()
203 std::make_shared<ContinuationHandler>(continuationManager, abilityTmp); in HWTEST_F()
220 auto continuationHandler = std::make_shared<ContinuationHandler>(continuationManager, abilityTmp); in HWTEST_F()
239 std::shared_ptr<ContinuationHandler> continuationHandle in HWTEST_F()
[all...]
H A Dreverse_continuation_scheduler_replica_proxy_test.cpp68 auto continuationHandler = std::make_shared<ContinuationHandler>(weakContinuationManager, weakMockAbility); in HWTEST_F()
69 std::weak_ptr<ContinuationHandler> weakContinuationHandler = continuationHandler; in HWTEST_F()
93 = std::make_shared<ContinuationHandler>(weakContinuationManager, weakMockAbility); in HWTEST_F()
94 std::weak_ptr<ContinuationHandler> weakContinuationHandler = continuationHandler; in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_continuation.h62 class ContinuationHandler : public AppExecFwk::EventHandler { class in OHOS::DistributedSchedule::DSchedContinuation
64 ContinuationHandler(const std::shared_ptr<AppExecFwk::EventRunner>& runner, in ContinuationHandler() function in OHOS::DistributedSchedule::DSchedContinuation::ContinuationHandler
68 ~ContinuationHandler() = default;
76 std::shared_ptr<ContinuationHandler> continuationHandler_;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dcontinuation_handler.h40 class ContinuationHandler : public IDistributeScheduleHandler, class
44 ContinuationHandler(std::weak_ptr<ContinuationManager> &continuationManager, std::weak_ptr<Ability> &ability);
45 virtual ~ContinuationHandler() = default;
H A Dcontinuation_manager.h31 class ContinuationHandler;
40 const std::shared_ptr<ContinuationHandler> &continuationHandler);
121 std::weak_ptr<ContinuationHandler> continuationHandler_;
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp36 continuationHandler_ = std::make_shared<ContinuationHandler>(runner, shared_from_this(), contCallback); in Init()
341 void DSchedContinuation::ContinuationHandler::ProcessEvent(const InnerEvent::Pointer& event) in ProcessEvent()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability.h85 class ContinuationHandler;
1350 std::shared_ptr<ContinuationHandler> continuationHandler_ = nullptr;
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp114 continuationHandler_ = std::make_shared<ContinuationHandler>(continuationManager, ability); in Init()
118 std::weak_ptr<ContinuationHandler> continuationHandler = continuationHandler_; in Init()
980 want.GetParams(), reversible, want.GetStringParam(ContinuationHandler::ORIGINAL_DEVICE_ID)); in HandleCreateAsContinuation()

Completed in 13 milliseconds