Home
last modified time | relevance | path

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

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