Home
last modified time | relevance | path

Searched refs:RemoveDeviceDataInner (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_extend.cpp135 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataInner(ClearMode mode) in RemoveDeviceDataInner() function in DistributedDB::SQLiteSingleVerStorageExecutor
159 int SQLiteSingleVerStorageExecutor::RemoveDeviceDataInner(const std::string &deviceName, ClearMode … in RemoveDeviceDataInner() function in DistributedDB::SQLiteSingleVerStorageExecutor
239 return CheckCorruptedStatus(RemoveDeviceDataInner(mode)); in RemoveDeviceData()
247 return CheckCorruptedStatus(RemoveDeviceDataInner(deviceName, mode)); in RemoveDeviceData()
255 RemoveDeviceDataInner(mode) : RemoveDeviceDataInner(deviceName, mode)); in RemoveDeviceData()
H A Dsqlite_single_ver_natural_store.h306 int RemoveDeviceDataInner(const std::string &hashDev, bool isNeedNotify);
308 int RemoveDeviceDataInner(const std::string &hashDev, ClearMode mode);
310 int RemoveDeviceDataInner(const std::string &hashDev, const std::string &user, ClearMode mode);
H A Dsqlite_single_ver_natural_store_extend.cpp461 int SQLiteSingleVerNaturalStore::RemoveDeviceDataInner(const std::string &hashDev, bool isNeedNotif… in RemoveDeviceDataInner() function in DistributedDB::SQLiteSingleVerNaturalStore
510 int SQLiteSingleVerNaturalStore::RemoveDeviceDataInner(const std::string &hashDev, ClearMode mode) in RemoveDeviceDataInner() function in DistributedDB::SQLiteSingleVerNaturalStore
538 int SQLiteSingleVerNaturalStore::RemoveDeviceDataInner(const std::string &hashDev, const std::strin… in RemoveDeviceDataInner() function in DistributedDB::SQLiteSingleVerNaturalStore
H A Dsqlite_single_ver_storage_executor.h359 int RemoveDeviceDataInner(ClearMode mode);
361 int RemoveDeviceDataInner(const std::string &deviceName, ClearMode mode);
H A Dsqlite_single_ver_natural_store.cpp961 return RemoveDeviceDataInner(hashDeviceId, isNeedNotify); in RemoveDeviceData()
968 return RemoveDeviceDataInner(DBCommon::TransferHashString(deviceName), mode); in RemoveDeviceData()
976 return RemoveDeviceDataInner(DBCommon::TransferHashString(deviceName), user, mode); in RemoveDeviceData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_delegate.h57 return RemoveDeviceDataInner(device, mode);
116 virtual DBStatus RemoveDeviceDataInner(const std::string &device, ClearMode mode) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.h37 DBStatus RemoveDeviceDataInner(const std::string &device, ClearMode mode) override;
H A Drelational_store_delegate_impl.cpp44 DBStatus RelationalStoreDelegateImpl::RemoveDeviceDataInner(const std::string &device, ClearMode mo… in RemoveDeviceDataInner() function in DistributedDB::RelationalStoreDelegateImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h141 int RemoveDeviceDataInner(const std::string &mappingDev, const std::string &device,
H A Dsqlite_relational_store.cpp619 return RemoveDeviceDataInner(hashDeviceId, device, tableName, isNeedHash); in RemoveDeviceData()
862 int SQLiteRelationalStore::RemoveDeviceDataInner(const std::string &mappingDev, const std::string &… in RemoveDeviceDataInner() function in DistributedDB::SQLiteRelationalStore
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp217 DBStatus RemoveDeviceDataInner(const std::string &device, ClearMode mode) override in RemoveDeviceDataInner() function in OHOS::Test::DistributedRDBTest::MockRelationalStoreDelegate