Home
last modified time | relevance | path

Searched refs:ifShowId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp250 if (context_->ifShowId && !isIdExistInValue) { in CutJsonBranch()
263 if (!context_->ifShowId || singleCutPath[0] != KEY_ID) { in CutJsonBranch()
281 if (!context_->ifShowId) { in CutJsonBranch()
H A Dresult_set_common.cpp28 context->ifShowId = true; in InitResultSet()
H A Ddocument_store.cpp280 context->ifShowId = true; in UpdateDocument()
477 context->ifShowId = true; in UpsertDocument()
827 context->ifShowId = true; in FindDocument()
829 context->ifShowId = false; in FindDocument()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddocument_type.h29 bool ifShowId = false; member