/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor_extend.cpp | 135 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 D | sqlite_single_ver_natural_store.h | 306 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 D | sqlite_single_ver_natural_store_extend.cpp | 461 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 D | sqlite_single_ver_storage_executor.h | 359 int RemoveDeviceDataInner(ClearMode mode); 361 int RemoveDeviceDataInner(const std::string &deviceName, ClearMode mode);
|
H A D | sqlite_single_ver_natural_store.cpp | 961 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 D | relational_store_delegate.h | 57 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 D | relational_store_delegate_impl.h | 37 DBStatus RemoveDeviceDataInner(const std::string &device, ClearMode mode) override;
|
H A D | relational_store_delegate_impl.cpp | 44 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 D | sqlite_relational_store.h | 141 int RemoveDeviceDataInner(const std::string &mappingDev, const std::string &device,
|
H A D | sqlite_relational_store.cpp | 619 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 D | rdb_general_store_test.cpp | 217 DBStatus RemoveDeviceDataInner(const std::string &device, ClearMode mode) override in RemoveDeviceDataInner() function in OHOS::Test::DistributedRDBTest::MockRelationalStoreDelegate
|