Searched refs:CheckDataNumByKey (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_subscribe_query_test.cpp | 158 void CheckDataNumByKey(const std::string &storeId, const Key& key, size_t expSize) in CheckDataNumByKey() function 410 CheckDataNumByKey(storeId, {'K'}, PRESET_DATA_SIZE / 2); 468 CheckDataNumByKey(storeId, {'K', 'e', 'y'}, 1); 525 CheckDataNumByKey(storeId, {'K', 'e', 'y'}, 1); 581 CheckDataNumByKey(storeId, {'K', 'e', 'y'}, 1);
|