Searched refs:contCallback (Results 1 – 2 of 2) sorted by relevance
36 void Init(const FuncContinuationCallback& contCallback);66 const FuncContinuationCallback& contCallback) in ContinuationHandler() argument67 …AppExecFwk::EventHandler(runner), continuationObj_(continuationObj), contCallback_(contCallback) {} in ContinuationHandler()
33 void DSchedContinuation::Init(const FuncContinuationCallback& contCallback) in Init() argument36 …inuationHandler_ = std::make_shared<ContinuationHandler>(runner, shared_from_this(), contCallback); in Init()