Searched defs:QueryContext (Results 1 – 3 of 3) sorted by relevance
24 struct QueryContext { struct25 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;
137 struct QueryContext : public ContextBase { in QueryData() struct138 std::string key; in QueryData()139 Intention intention; in QueryData()140 std::vector<UnifiedData> unifiedDataSet; in QueryData()
482 EGLBoolean EglWrapperDisplay::QueryContext(EGLContext ctx, EGLint attribute, EGLint *value) in QueryContext() function in OHOS::EglWrapperDisplay