Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp333 std::string hexHashDir = TransferStringToHex(hashDir); in SetDatabaseIds() local
334 properties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, hexHashDir); in SetDatabaseIds()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp860 std::string hexHashDir = DBCommon::TransferStringToHex(hashDir); variable
861 std::string dbPath = g_testDir + "/" + hexHashDir + "/single_ver";
862 ASSERT_TRUE(DBCommon::CreateDirectory(g_testDir + "/" + hexHashDir) == OK);