Searched refs:GetRandPrefixKey (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.h | 212 …static std::vector<uint8_t> GetRandPrefixKey(const std::vector<uint8_t> &prefixKey, uint32_t size);
|
H A D | distributeddb_tools_unit_test.cpp | 346 std::vector<uint8_t> DistributedDBToolsUnitTest::GetRandPrefixKey(const std::vector<uint8_t> &prefi… in GetRandPrefixKey() function in DistributedDBUnitTest::DistributedDBToolsUnitTest
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_data_operation_test.cpp | 310 …Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'b'}, 1024); // rand num 1024 for test in PreDataForQueryByPreFixKey() 317 …Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'c'}, 1024); // rand num 1024 for test in PreDataForQueryByPreFixKey()
|
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 1736 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'b'}, 1024); in PreDataForQueryByPreFixKey() 1743 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'c'}, 1024); in PreDataForQueryByPreFixKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 165 …Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'b'}, 1024); // rand num 1024 for test in ReSetWaterDogTest001() 1274 … Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'b'}, 128); // rand num 1024 for test
|
H A D | distributeddb_single_ver_p2p_simple_sync_test.cpp | 62 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey(prefixKey, keySize); in CalculateDataTest()
|