/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | document_store.h | 70 …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 D | result_set.h | 34 int Init(std::shared_ptr<QueryContext> &context, DocumentStore *store, bool isCutBranch); 52 std::shared_ptr<QueryContext> context_;
|
H A D | result_set_common.h | 28 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 D | document_store.cpp | 208 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 D | result_set_common.cpp | 23 int InitResultSet(std::shared_ptr<QueryContext> &context, DocumentStore *store, ResultSet &resultSe… in InitResultSet()
|
H A D | result_set.cpp | 37 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 D | document_type.h | 24 struct QueryContext { struct
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_display.h | 84 EGLBoolean QueryContext(EGLContext ctx, EGLint attribute, EGLint *value);
|
H A D | egl_wrapper_display.cpp | 636 EGLBoolean EglWrapperDisplay::QueryContext(EGLContext ctx, EGLint attribute, EGLint *value) in QueryContext() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 391 return display->QueryContext(ctx, attribute, value); in EglQueryContextImpl()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_channel_napi.cpp | 144 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 D | egl_wrapper_display_test.cpp | 203 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 D | eglwrapperdisplay_fuzzer.cpp | 161 eglWrapperDisplay->QueryContext(ctx3, attribList7, &value1); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_share.cpp | 311 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 D | napi_transaction.cpp | 533 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 D | js_task.cpp | 844 struct QueryContext : public AsyncCall::Context { in Query() struct 849 auto context = std::make_shared<QueryContext>(); in Query()
|