Home
last modified time | relevance | path

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

/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
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h221 struct UpdateContext { struct in DistributedDB::SQLiteSingleVerStorageExecutor
356 int CreateFuncUpdateKey(UpdateContext &context,
H A Dsqlite_single_ver_storage_executor.cpp2146 UpdateContext context; in UpdateKey()
2167 int SQLiteSingleVerStorageExecutor::CreateFuncUpdateKey(UpdateContext &context, in CreateFuncUpdateKey()
2192 auto context = static_cast<UpdateContext *>(sqlite3_user_data(ctx)); in Translate()
2217 auto context = static_cast<UpdateContext *>(sqlite3_user_data(ctx)); in CalHashKey()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp109 struct UpdateContext : public ContextBase { in UpdateData() struct
115 auto ctxt = std::make_shared<UpdateContext>(); in UpdateData()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp392 struct UpdateContext : public TransactionContext { struct
422 auto context = std::make_shared<UpdateContext>(); in Update()

Completed in 8 milliseconds