Home
last modified time | relevance | path

Searched refs:contCallback (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_continuation.h36 void Init(const FuncContinuationCallback& contCallback);
66 const FuncContinuationCallback& contCallback) in ContinuationHandler()
67 : AppExecFwk::EventHandler(runner), continuationObj_(continuationObj), contCallback_(contCallback) {} in ContinuationHandler()
64 ContinuationHandler(const std::shared_ptr<AppExecFwk::EventRunner>& runner, const std::shared_ptr<DSchedContinuation>& continuationObj, const FuncContinuationCallback& contCallback) ContinuationHandler() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp33 void DSchedContinuation::Init(const FuncContinuationCallback& contCallback) in Init() argument
36 continuationHandler_ = std::make_shared<ContinuationHandler>(runner, shared_from_this(), contCallback); in Init()

Completed in 2 milliseconds