Home
last modified time | relevance | path

Searched refs:CreateTempSyncTrigger (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp299 EXPECT_EQ(proxyObj.CreateTempSyncTrigger(TABLE_NAME_1), -E_INVALID_DB);
377 EXPECT_EQ(obj.CreateTempSyncTrigger(""), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h112 int CreateTempSyncTrigger(const std::string &tableName);
H A Dicloud_sync_storage_interface.h156 virtual int CreateTempSyncTrigger(const std::string &tableName) in CreateTempSyncTrigger() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp495 int StorageProxy::CreateTempSyncTrigger(const std::string &tableName) in CreateTempSyncTrigger() function in DistributedDB::StorageProxy
501 return store_->CreateTempSyncTrigger(tableName); in CreateTempSyncTrigger()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h194 int CreateTempSyncTrigger(const std::string &tableName) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h155 int CreateTempSyncTrigger(const TrackerTable &trackerTable, bool flag);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp512 int SQLiteSingleVerRelationalStorageExecutor::CreateTempSyncTrigger(const TrackerTable &trackerTabl… in CreateTempSyncTrigger() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1483 int RelationalSyncAbleStorage::CreateTempSyncTrigger(const std::string &tableName) in CreateTempSyncTrigger() function in DistributedDB::RelationalSyncAbleStorage
2060 return handle->CreateTempSyncTrigger(trackerTable, flag); in CreateTempSyncTriggerInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1126 (void)storageProxy_->CreateTempSyncTrigger(param.tableName); in DoDownload()