Home
last modified time | relevance | path

Searched refs:RemoveDeviceDataNormally (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_natural_store.h279 int RemoveDeviceDataNormally(const std::string &hashDev, bool isNeedNotify);
H A Dsqlite_single_ver_natural_store_extend.cpp501 errCode = RemoveDeviceDataNormally(hashDev, isNeedNotify); in RemoveDeviceDataInner()
H A Dsqlite_single_ver_natural_store.cpp997 int SQLiteSingleVerNaturalStore::RemoveDeviceDataNormally(const std::string &hashDev, bool isNeedNo… in RemoveDeviceDataNormally() function in DistributedDB::SQLiteSingleVerNaturalStore