Searched refs:UpdateContext (Results 1 – 6 of 6) sorted by relevance
54 void UpdateContext(const WeakPtr<PipelineContext>& context);
39 void InteractiveEffect::UpdateContext(const WeakPtr<PipelineContext>& context) in UpdateContext() function in OHOS::Ace::InteractiveEffect
213 struct UpdateContext { struct343 int CreateFuncUpdateKey(UpdateContext &context,
2147 UpdateContext context; in UpdateKey()2168 int SQLiteSingleVerStorageExecutor::CreateFuncUpdateKey(UpdateContext &context, in CreateFuncUpdateKey()2193 auto context = static_cast<UpdateContext *>(sqlite3_user_data(ctx)); in Translate()2218 auto context = static_cast<UpdateContext *>(sqlite3_user_data(ctx)); in CalHashKey()
110 struct UpdateContext : public ContextBase { in UpdateData() struct116 auto ctxt = std::make_shared<UpdateContext>(); in UpdateData()
386 struct UpdateContext : public TransactionContext { struct416 auto context = std::make_shared<UpdateContext>(); in Update()