Home
last modified time | relevance | path

Searched refs:UpdateContext (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h54 void UpdateContext(const WeakPtr<PipelineContext>& context);
H A Dinteractive_effect.cpp39 void InteractiveEffect::UpdateContext(const WeakPtr<PipelineContext>& context) in UpdateContext() function in OHOS::Ace::InteractiveEffect
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h213 struct UpdateContext { struct
343 int CreateFuncUpdateKey(UpdateContext &context,
H A Dsqlite_single_ver_storage_executor.cpp2147 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()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp110 struct UpdateContext : public ContextBase { in UpdateData() struct
116 auto ctxt = std::make_shared<UpdateContext>(); in UpdateData()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp386 struct UpdateContext : public TransactionContext { struct
416 auto context = std::make_shared<UpdateContext>(); in Update()