Searched refs:hashIdentifier_ (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine.cpp | 243 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() 498 … hashIdentifier_.c_str(), writeIdleList_.size(), writeUsingList_.size(), engineAttr_.maxWriteNum); in WaitWriteHandleIdle()
|
H A D | storage_engine.h | 116 std::string hashIdentifier_; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_engine.cpp | 93 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 D | sqlite_storage_engine.cpp | 42 hashIdentifier_ = DBCommon::TransferStringToHex(identifier_); in InitSQLiteStorageEngine()
|
H A D | sqlite_single_ver_storage_engine.cpp | 613 secOpt.securityLabel, secOpt.securityFlag, hashIdentifier_.c_str(), errCode); in GetDbHandle()
|