Home
last modified time | relevance | path

Searched refs:hashIdentifier_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp243 LOGD("Recycle executor[%d] for id[%.6s]", handle->GetWritable(), hashIdentifier_.c_str()); in Recycle()
471 LOGD("Get executor[%d] from [%.3s]", isWrite, hashIdentifier_.c_str()); in FetchStorageExecutor()
492 LOGD("Wait wHandle release id[%s]. write[%zu-%zu-%" PRIu32 "]", hashIdentifier_.c_str(), in WaitWriteHandleIdle()
498hashIdentifier_.c_str(), writeIdleList_.size(), writeUsingList_.size(), engineAttr_.maxWriteNum); in WaitWriteHandleIdle()
H A Dstorage_engine.h116 std::string hashIdentifier_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.cpp93 hashIdentifier_ = DBCommon::TransferStringToHex(identifier_); in InitRdStorageEngine()
156 secOpt.securityLabel, secOpt.securityFlag, hashIdentifier_.c_str(), errCode); in GetDbHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.cpp42 hashIdentifier_ = DBCommon::TransferStringToHex(identifier_); in InitSQLiteStorageEngine()
H A Dsqlite_single_ver_storage_engine.cpp613 secOpt.securityLabel, secOpt.securityFlag, hashIdentifier_.c_str(), errCode); in GetDbHandle()