Searched refs:PutDeviceData (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | relational_virtual_device.h | 40 void PutDeviceData(const std::string &tableName, const std::vector<T> &data) in PutDeviceData() function
|
H A D | virtual_single_ver_sync_db_Interface.h | 132 void PutDeviceData(const std::string &deviceName, const Key &key, const Value &value);
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 536 void VirtualSingleVerSyncDBInterface::PutDeviceData(const std::string &deviceName, const Key &key, … in PutDeviceData() function in DistributedDB::VirtualSingleVerSyncDBInterface
|
H A D | distributeddb_mock_sync_module_test.cpp | 931 storage.PutDeviceData(deviceId, k1, v1); in __anon34a84a720d02() 936 storage.PutDeviceData(deviceId, k2, v2); in __anon34a84a720e02()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_sync_test.cpp | 782 …g_deviceB->PutDeviceData("student_1", std::vector<StudentInOrder> {{1001, "xue", 4, 91}}); // 4, 9… 865 …g_deviceB->PutDeviceData("student_1", std::vector<StudentInOrder> {{1001, "xue", 4, 91}}); // 4, 9… 1008 g_deviceB->PutDeviceData("tbl_all_type",
|
H A D | distributeddb_interfaces_relational_test.cpp | 1244 g_deviceB->PutDeviceData("t1", std::vector<TableT1>{ 1302 g_deviceB->PutDeviceData("t1", std::vector<TableT1> { in TestRemoveDeviceDataWithCallback() 1440 g_deviceB->PutDeviceData("t2", std::vector<TableT1>{
|