/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | ikvdb_commit_storage.h | 33 std::string identifierName; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kvdata_storage.h | 47 std::string identifierName; member
|
H A D | ikvdb_multi_ver_data_storage.h | 43 std::string identifierName; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_utils.cpp | 25 void KvDBUtils::GetStoreDirectory(std::string &directory, const std::string &identifierName) in GetStoreDirectory()
|
H A D | kvdb_manager.cpp | 84 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 D | distributeddb_storage_rd_register_observer_test.cpp | 182 std::string identifierName; in TearDown() local
|
H A D | distributeddb_storage_index_optimize_test.cpp | 69 string identifierName = DBCommon::TransferStringToHex(hashIdentifierName); in GetKvStoreDirectory() local
|
H A D | distributeddb_storage_register_observer_test.cpp | 322 std::string identifierName; in TearDown() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_database_corrupt_test.cpp | 54 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifierName); in GetKvStoreDirectory() local
|
H A D | distributeddb_interfaces_index_unit_test.cpp | 53 string identifierName = DBCommon::TransferStringToHex(hashIdentifierName); in GetKvStoreDirectory() local
|
H A D | distributeddb_interfaces_database_test.cpp | 752 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifierName); variable
|
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 176 std::string identifierName = DBCommon::TransferStringToHex(hashIdentifier); in CheckDataTimestamp() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 92 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 D | distributeddb_nb_test_tools.cpp | 548 std::string identifierName = TransferStringToHashHexString(identifier); in GetKvNbStoreDirectory() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_common.cpp | 194 int DBCommon::CreateStoreDirectory(const std::string &directory, const std::string &identifierName, in CreateStoreDirectory()
|