Home
last modified time | relevance | path

Searched refs:REMOVE_DEV_DATA_SQL (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_sql.h163 constexpr const char *REMOVE_DEV_DATA_SQL = variable
H A Dsqlite_single_ver_storage_executor_cache.cpp163 sql = dataItem.value.empty() ? REMOVE_ALL_DEV_DATA_SQL : REMOVE_DEV_DATA_SQL; in MigrateRmDevData()
H A Dsqlite_single_ver_storage_executor.cpp1719 errCode = CloudExcuteRemoveOrUpdate(REMOVE_DEV_DATA_SQL, deviceName, ""); in RemoveDeviceData()