Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_extend.cpp138 return CloudExcuteRemoveOrUpdate(REMOVE_ALL_DEV_SYNC_DATA_SQL, "", ""); in RemoveDeviceDataInner()
140 int errCode = CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_ALL_HWM_DATA_SQL, "", "", true); in RemoveDeviceDataInner()
144 errCode = CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_ALL_LOG_DATA_SQL, "", ""); in RemoveDeviceDataInner()
149 return CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_ALL_DEV_DATA_SQL, "", ""); in RemoveDeviceDataInner()
151 errCode = CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_ALL_DEV_DATA_VERSION_SQL, "", ""); in RemoveDeviceDataInner()
156 return CloudExcuteRemoveOrUpdate(UPDATE_CLOUD_ALL_DEV_DATA_SQL, "", ""); in RemoveDeviceDataInner()
164 int errCode = CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_ALL_HWM_DATA_SQL, "", "", true); in RemoveDeviceDataInner()
180 return CloudExcuteRemoveOrUpdate(UPDATE_CLOUD_DEV_DATA_BY_DEVID_SQL, deviceName, ""); in RemoveDeviceDataInner()
185 int errCode = CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_HWM_DATA_BY_USERID_SQL, "", in RemoveDeviceDataWithUserInner()
207 return CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_LOG_DATA_BY_USERID_SQL, "", user); in RemoveDeviceDataWithUserInner()
[all …]
H A Dsqlite_single_ver_storage_executor.cpp1712 CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_ALL_LOG_DATA_SQL, "", ""); in RemoveDeviceData()
1714 errCode = CloudExcuteRemoveOrUpdate(REMOVE_ALL_DEV_DATA_SQL, "", ""); in RemoveDeviceData()
1717 CloudExcuteRemoveOrUpdate(REMOVE_CLOUD_LOG_DATA_BY_DEVID_SQL, deviceName, ""); in RemoveDeviceData()
1719 errCode = CloudExcuteRemoveOrUpdate(REMOVE_DEV_DATA_SQL, deviceName, ""); in RemoveDeviceData()
H A Dsqlite_single_ver_storage_executor.h353 …int CloudExcuteRemoveOrUpdate(const std::string &sql, const std::string &deviceName, const std::st…