Home
last modified time | relevance | path

Searched refs:longKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_test.cpp1182 DistributedDB::Key longKey; variable
1184 longKey.assign(ONE_K_LONG_STRING, (uint8_t)'a');
1244 status = g_kvStoreNbDelegate->DeleteLocal(longKey);
1250 status = g_kvStoreNbDelegate->Delete(longKey);
1298 status = g_kvStoreNbDelegate->DeleteLocal(longKey); in PressureForBasicCrud()
1304 status = g_kvStoreNbDelegate->Delete(longKey); in PressureForBasicCrud()
1341 DistributedDB::Key longKey; variable
1342 longKey.assign(ONE_K_LONG_STRING, (uint8_t)'a');
1344 PressureForBasicCrud(longKey, valueResult);
1389 status = g_kvStoreNbDelegate->DeleteLocal(longKey);
[all …]
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1181 std::string longKey = "longKey"; in AddLongParams() local
1186 key = longKey + std::to_string(i); in AddLongParams()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp889 std::string longKey = "longKey"; in AddLongParams() local
894 key = longKey + std::to_string(i); in AddLongParams()