Home
last modified time | relevance | path

Searched defs:identifierName (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit_storage.h33 std::string identifierName; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_kvdata_storage.h47 std::string identifierName; member
H A Dikvdb_multi_ver_data_storage.h43 std::string identifierName; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_utils.cpp25 void KvDBUtils::GetStoreDirectory(std::string &directory, const std::string &identifierName) in GetStoreDirectory()
H A Dkvdb_manager.cpp84 std::string identifierName = DBCommon::TransferStringToHex(identifier); in CreateRemoveStateFlagFile() local
102 std::string identifierName = DBCommon::TransferStringToHex(identifier); in CheckRemoveStateAndRetry() local
162 std::string identifierName = DBCommon::TransferStringToHex(identifier); in RemoveDBDirectory() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_register_observer_test.cpp182 std::string identifierName; in TearDown() local
H A Ddistributeddb_storage_index_optimize_test.cpp69 string identifierName = DBCommon::TransferStringToHex(hashIdentifierName); in GetKvStoreDirectory() local
H A Ddistributeddb_storage_register_observer_test.cpp322 std::string identifierName; in TearDown() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_corrupt_test.cpp54 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifierName); in GetKvStoreDirectory() local
H A Ddistributeddb_interfaces_index_unit_test.cpp53 string identifierName = DBCommon::TransferStringToHex(hashIdentifierName); in GetKvStoreDirectory() local
H A Ddistributeddb_interfaces_database_test.cpp752 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifierName); variable
H A Ddistributeddb_interfaces_nb_delegate_test.cpp176 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifier); in CheckDataTimestamp() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp92 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifier); in CreateMockSingleDb() local
148 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifier); in OpenMockMultiDb() local
187 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifier); in CreateMockMultiDb() local
699 std::string identifierName = DBCommon::TransferStringToHex(identifier); in GetKvNbStoreDirectory() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp548 std::string identifierName = TransferStringToHashHexString(identifier); in GetKvNbStoreDirectory() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp194 int DBCommon::CreateStoreDirectory(const std::string &directory, const std::string &identifierName, in CreateStoreDirectory()