Home
last modified time | relevance | path

Searched refs:isHash (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.cpp35 inline std::string GetTableMode(bool isHash) in GetTableMode() argument
37 return isHash ? DBConstant::RD_KV_HASH_COLLECTION_MODE : DBConstant::RD_KV_COLLECTION_MODE; in GetTableMode()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c372 boolean isHash = CHECK_HASH_FLAG(logContentPtr->commonContent.level); in LogContentFmt() local
374 if (isHash) { in LogContentFmt()