Searched refs:putBatchString (Results 1 - 9 of 9) sorted by relevance
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SchemaJsTest.js | 24 function putBatchString(len, prefix) { function 53 let entries = putBatchString(10, 'test_key_');
|
H A D | SingleKvStoreDataCallbackJsTest.js | 42 function putBatchString(len, prefix) { function 1368 let entries = putBatchString(10, 'batch_test_string_key'); 1411 let entries = putBatchString(10, 'batch_test_string_key');
|
H A D | DeviceKvStoreDataCallbackJsTest.js | 45 function putBatchString(len, prefix) { function 1412 let entries = putBatchString(10, 'batch_test_string_key'); 1455 let entries = putBatchString(10, 'batch_test_string_key');
|
H A D | SingleKvStoreDataPromiseJsTest.js | 42 function putBatchString(len, prefix) { function 1218 let entries = putBatchString(10, 'batch_test_string_key'); 1597 let entries = putBatchString(10, 'batch_test_string_key'); 1651 let entries = putBatchString(10, 'batch_test_string_key');
|
H A D | DeviceKvStoreDataPromiseJsTest.js | 45 function putBatchString(len, prefix) { function 1249 let entries = putBatchString(10, 'batch_test_string_key'); 1631 let entries = putBatchString(10, 'batch_test_string_key'); 1685 let entries = putBatchString(10, 'batch_test_string_key');
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | SingleKvStoreKVCallbackJsTest.js | 45 function putBatchString(len, prefix) { function 1849 let entries = putBatchString(10, 'batch_test_string_key'); 1885 let entries = putBatchString(10, 'batch_test_string_key');
|
H A D | DeviceKvStoreKVCallbackJsTest.js | 47 function putBatchString(len, prefix) { function 1819 let entries = putBatchString(10, 'batch_test_string_key'); 1855 let entries = putBatchString(10, 'batch_test_string_key');
|
H A D | SingleKvStoreKVPromiseJsTest.js | 48 function putBatchString(len, prefix) { function 814 let entries = putBatchString(10, 'batch_test_string_key'); 1629 let entries = putBatchString(10, 'batch_test_string_key'); 1673 let entries = putBatchString(10, 'batch_test_string_key');
|
H A D | DeviceKvStoreKVPromiseJsTest.js | 49 function putBatchString(len, prefix) { function 811 let entries = putBatchString(10, 'batch_test_string_key'); 1626 let entries = putBatchString(10, 'batch_test_string_key'); 1670 let entries = putBatchString(10, 'batch_test_string_key');
|
Completed in 47 milliseconds