Home
last modified time | relevance | path

Searched refs:QueryContext (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h70 …int UpdateDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, const std::str…
72 …int UpsertDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, const std::str…
76 int DeleteDataFromDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj);
77 int InitFindResultSet(GRD_ResultSet *grdResultSet, std::shared_ptr<QueryContext> &context);
H A Dresult_set.h34 int Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch);
52 std::shared_ptr<QueryContext> context_;
H A Dresult_set_common.h28 int InitResultSet(std::shared_ptr<QueryContext> &context, DocumentStore *store, ResultSet &resultSe…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp208 int DocumentStore::UpdateDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, in UpdateDataIntoDB()
276 std::shared_ptr<QueryContext> context = std::make_shared<QueryContext>(); in UpdateDocument()
382 int DocumentStore::UpsertDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, in UpsertDataIntoDB()
474 std::shared_ptr<QueryContext> context = std::make_shared<QueryContext>(); in UpsertDocument()
562 int DocumentStore::DeleteDataFromDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj) in DeleteDataFromDB()
612 std::shared_ptr<QueryContext> context = std::make_shared<QueryContext>(); in DeleteDocument()
736 int FindProjectionInit(const std::string &projection, const std::shared_ptr<QueryContext> &context) in FindProjectionInit()
766 int DocumentStore::InitFindResultSet(GRD_ResultSet *grdResultSet, std::shared_ptr<QueryContext> &co… in InitFindResultSet()
814 std::shared_ptr<QueryContext> context = std::make_shared<QueryContext>(); in FindDocument()
H A Dresult_set_common.cpp23 int InitResultSet(std::shared_ptr<QueryContext> &context, DocumentStore *store, ResultSet &resultSe… in InitResultSet()
H A Dresult_set.cpp37 int ResultSet::Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch) in Init()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddocument_type.h24 struct QueryContext { struct
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h84 EGLBoolean QueryContext(EGLContext ctx, EGLint attribute, EGLint *value);
H A Degl_wrapper_display.cpp636 EGLBoolean EglWrapperDisplay::QueryContext(EGLContext ctx, EGLint attribute, EGLint *value) in QueryContext() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp391 return display->QueryContext(ctx, attribute, value); in EglQueryContextImpl()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp144 struct QueryContext : public ContextBase { in QueryData() struct
150 auto ctxt = std::make_shared<QueryContext>(); in QueryData()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp203 auto result = eglWrapperDisplay->QueryContext(nullptr, 0, 0); in HWTEST_F()
219 auto result = eglWrapperDisplay->QueryContext(nullptr, 0, 0); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp161 eglWrapperDisplay->QueryContext(ctx3, attribList7, &value1); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_share.cpp311 struct QueryContext : public ContextBase { in Query() struct
315 auto ctxt = std::make_shared<QueryContext>(); in Query()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp533 struct QueryContext : public TransactionContext { struct
560 auto context = std::make_shared<QueryContext>(); in Query()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp844 struct QueryContext : public AsyncCall::Context { in Query() struct
849 auto context = std::make_shared<QueryContext>(); in Query()