Home
last modified time | relevance | path

Searched refs:eKey1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_test.cpp873 DistributedDB::Key eKey1, eKey2, eKey3, eKey4; variable
874 eKey1 = {};
941 DistributedDB::Key eKey1, eKey2, eKey3, eKey4; variable
942 eKey1 = {};
996 g_kvStoreNbDelegate->DeleteLocal(eKey1);
1000 g_kvStoreNbDelegate->Delete(eKey1);
1101 DistributedDB::Key eKey1, eKey2, eKey3, eKey4; variable
1102 eKey1 = {};
1114 status = g_kvStoreNbDelegate->Put(eKey1, VALUE_2);
1126 status = g_kvStoreNbDelegate->DeleteLocal(eKey1);
[all …]
H A Ddistributeddb_nb_observer_test.cpp740 DistributedDB::Key eKey1, eKey2, eKey3; variable
741 eKey1.assign(ONE_K_LONG_STRING, (uint8_t)'a');
751 g_nbObserverDelegate->RegisterObserver(eKey1, OBSERVER_CHANGES_LOCAL_ONLY, &observer1);
770 status = g_nbObserverDelegate->RegisterObserver(eKey1, OBSERVER_CHANGES_NATIVE, &observer4);