Home
last modified time | relevance | path

Searched defs:filterObj (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_json_common_test.cpp308 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
328 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
340 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
352 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
364 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
376 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
388 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
400 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
412 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
424 JsonObject filterObj = JsonObject::Parse(filter, errCode); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp145 Filter* filterObj = new(std::nothrow) Filter(); in CreateFilter() local
158 Filter* filterObj = (Filter*)data; in CreateFilter() local
199 Filter* filterObj = nullptr; in SetBlur() local
296 Filter* filterObj = nullptr; in SetPixelStretch() local
372 Filter* filterObj = nullptr; in SetWaterRipple() local
416 Filter* filterObj = nullptr; in SetFlyOut() local
453 Filter* filterObj = nullptr; in SetDistort() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp131 int TranFilter(JsonObject &filterObj, std::vector<std::vector<std::string>> &filterAllPath, bool &i… in TranFilter()
208 int DocumentStore::UpdateDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, in UpdateDataIntoDB()
264 JsonObject filterObj = JsonObject::Parse(filter, errCode, true, true); in UpdateDocument() local
304 int CheckUpsertConflict(ResultSet &resultSet, JsonObject &filterObj, std::string &docId, Collection… in CheckUpsertConflict()
356 int InsertIdToDocument(ResultSet &resultSet, JsonObject &filterObj, JsonObject &documentObj, std::s… in InsertIdToDocument()
382 int DocumentStore::UpsertDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, in UpsertDataIntoDB()
452 JsonObject filterObj = JsonObject::Parse(filter, errCode, true, true); in UpsertDocument() local
562 int DocumentStore::DeleteDataFromDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj) in DeleteDataFromDB()
602 JsonObject filterObj = JsonObject::Parse(filter, errCode, true, true); in DeleteDocument() local
809 JsonObject filterObj = JsonObject::Parse(filter, errCode, true, true); in FindDocument() local
H A Dresult_set.cpp45 int ResultSet::GetValueFromDB(Key &key, JsonObject &filterObj, std::string &jsonKey, std::string &j… in GetValueFromDB()
69 JsonObject filterObj = JsonObject::Parse(context_->filter, errCode, true, true); in GetNextWithField() local
H A Dcollection.cpp97 int Collection::GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, st… in GetMatchedDocument()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp101 int CheckCommon::CheckFilter(JsonObject &filterObj, std::vector<std::vector<std::string>> &filterPa… in CheckFilter()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp239 …reExecutorImpl::GetDataByFilter(const std::string &collName, Key &key, const JsonObject &filterObj, in GetDataByFilter()