Home
last modified time | relevance | path

Searched defs:UpdateContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h213 struct UpdateContext { struct
214 int errCode = E_OK;
215 Key newKey;
216 UpdateKeyCallback callback;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp386 struct UpdateContext : public TransactionContext { struct
387 int32_t Parse(napi_env env, size_t argc, napi_value *argv, napi_value self) in Parse()
402 ValuesBucket valuesBucket;
403 std::shared_ptr<RdbPredicates> rdbPredicates = nullptr;
404 NativeRdb::ConflictResolution conflictResolution = ConflictResolution::ON_CONFLICT_NONE;
406 int64_t updateRows = -1;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp110 struct UpdateContext : public ContextBase { in UpdateData() struct
111 std::string key; in UpdateData()
112 std::shared_ptr<UnifiedData> unifiedData; in UpdateData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.cpp39 void InteractiveEffect::UpdateContext(const WeakPtr<PipelineContext>& context) in UpdateContext() function in OHOS::Ace::InteractiveEffect