Home
last modified time | relevance | path

Searched defs:QueryContext (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/common/include/
Ddocument_type.h24 struct QueryContext { struct
25 std::string collectionName;
26 std::string filter;
27 std::vector<std::vector<std::string>> projectionPath;
28 ProjectionTree projectionTree;
29 bool ifShowId = false;
30 bool viewType = false;
31 bool isIdExist = false;
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
Dunified_data_channel_napi.cpp137 struct QueryContext : public ContextBase { in QueryData() struct
138 std::string key; in QueryData()
139 Intention intention; in QueryData()
140 std::vector<UnifiedData> unifiedDataSet; in QueryData()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
Degl_wrapper_display.cpp482 EGLBoolean EglWrapperDisplay::QueryContext(EGLContext ctx, EGLint attribute, EGLint *value) in QueryContext() function in OHOS::EglWrapperDisplay