Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_test.cpp1182 DistributedDB::Key longKey; in HWTEST_F() local
1184 longKey.assign(ONE_K_LONG_STRING, (uint8_t)'a'); in HWTEST_F()
1188 * @tc.steps: step1. put a longkey and longvalue (longKey, longValue1) to local db. in HWTEST_F()
1191 DBStatus status = g_kvStoreNbDelegate->PutLocal(longKey, longValue1); in HWTEST_F()
1194 * @tc.steps: step2. put a longkey and longvalue (longKey, longValue2) to sync db. in HWTEST_F()
1197 status = g_kvStoreNbDelegate->Put(longKey, longValue2); in HWTEST_F()
1200 * @tc.steps: step3. get data from local db where key = longKey. in HWTEST_F()
1204 status = g_kvStoreNbDelegate->GetLocal(longKey, valueResult); in HWTEST_F()
1208 * @tc.steps: step4. get data from sync db where key = longKey. in HWTEST_F()
1211 status = g_kvStoreNbDelegate->Get(longKey, valueResul in HWTEST_F()
1266 PressureForBasicCrud(Key &longKey, Value &valueResult) PressureForBasicCrud() argument
1341 DistributedDB::Key longKey; HWTEST_F() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1167 std::string longKey = "longKey"; in AddLongParams() local
1172 key = longKey + std::to_string(i); in AddLongParams()
/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()

Completed in 16 milliseconds