Home
last modified time | relevance | path

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 Ddistributeddb_tools_unit_test.h212 …static std::vector<uint8_t> GetRandPrefixKey(const std::vector<uint8_t> &prefixKey, uint32_t size);
H A Ddistributeddb_tools_unit_test.cpp346 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 Ddistributeddb_interfaces_data_operation_test.cpp310 …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 Ddistributeddb_interfaces_nb_delegate_test.cpp1736 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 Ddistributeddb_single_ver_p2p_complex_sync_test.cpp165 …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 Ddistributeddb_single_ver_p2p_simple_sync_test.cpp62 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey(prefixKey, keySize); in CalculateDataTest()