/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
H A D | relational_store_delegate.h | 55 DB_API DBStatus RemoveDeviceData(const std::string &device, ClearMode mode = DEFAULT) in RemoveDeviceData() function in DistributedDB::RelationalStoreDelegate
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | sync_generic_interface.h | 87 virtual int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function in DistributedDB::SyncGenericInterface
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage.cpp | 296 int32_t DeviceProfileStorage::RemoveDeviceData(const std::string networkId) in RemoveDeviceData() function in OHOS::DeviceProfile::DeviceProfileStorage
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_single_kv_store.cpp | 329 napi_value JsSingleKVStore::RemoveDeviceData(napi_env env, napi_callback_info info) in RemoveDeviceData() function in OHOS::DistributedData::ArgsType::JsSingleKVStore
|
H A D | js_device_kv_store.cpp | 383 napi_value JsDeviceKVStore::RemoveDeviceData(napi_env env, napi_callback_info info) in RemoveDeviceData() function in OHOS::DistributedData::ArgsType::JsDeviceKVStore
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor_extend.cpp | 236 int SQLiteSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName, ClearMode mode) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerStorageExecutor 250 int SQLiteSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName, const std::string &user, in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerStorageExecutor
|
H A D | sqlite_single_ver_storage_executor.cpp | 1703 int SQLiteSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerStorageExecutor
|
H A D | sqlite_single_ver_natural_store.cpp | 966 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore 992 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify, bool isInSync) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore 1019 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, ClearMode mode) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore 1026 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, const std::string &user, in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore
|
H A D | sqlite_single_ver_natural_store_connection.cpp | 1921 int SQLiteSingleVerNaturalStoreConnection::RemoveDeviceData(const std::string &device, ClearMode mode) in RemoveDeviceData() function in DistributedDB::__anon8105::SQLiteSingleVerNaturalStoreConnection 1936 int SQLiteSingleVerNaturalStoreConnection::RemoveDeviceData(const std::string &device, const std::string &user, in RemoveDeviceData() function in DistributedDB::__anon8105::SQLiteSingleVerNaturalStoreConnection
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kvdb_service_client.cpp | 428 Status KVDBServiceClient::RemoveDeviceData(const AppId &appId, const StoreId &storeId, const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::KVDBServiceClient
|
H A D | single_store_impl.cpp | 556 Status SingleStoreImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::SingleStoreImpl
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | db_adapter.cpp | 483 int32_t DBAdapter::RemoveDeviceData(const std::string &deviceId) in RemoveDeviceData() function in OHOS::DistributedHardware::DBAdapter
|
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/ |
H A D | kv_adapter.cpp | 538 int32_t KVAdapter::RemoveDeviceData(const std::string& uuid) in RemoveDeviceData() function in OHOS::DistributedDeviceProfile::KVAdapter
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_delegate_impl.cpp | 133 DBStatus RelationalStoreDelegateImpl::RemoveDeviceData(const std::string &device, const std::string &tableName) in RemoveDeviceData() function in DistributedDB::RelationalStoreDelegateImpl 213 DBStatus RelationalStoreDelegateImpl::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::RelationalStoreDelegateImpl
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store_connection.cpp | 159 int SQLiteRelationalStoreConnection::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStoreConnection 203 int SQLiteRelationalStoreConnection::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStoreConnection 208 int SQLiteRelationalStoreConnection::RemoveDeviceData(const std::string &device, const std::string &tableName) in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStoreConnection
|
H A D | sqlite_relational_store.cpp | 512 int SQLiteRelationalStore::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStore 563 int SQLiteRelationalStore::RemoveDeviceData(const std::string &device, const std::string &tableName) in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStore
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.cpp | 117 DBStatus KvStoreNbDelegateMock::RemoveDeviceData(const std::string &device)
in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateMock 233 DBStatus KvStoreNbDelegateMock::RemoveDeviceData()
in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateMock 275 DBStatus KvStoreNbDelegateMock::RemoveDeviceData(const std::string &device, ClearMode mode)
in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateMock 280 DBStatus KvStoreNbDelegateMock::RemoveDeviceData(const std::string &device, const std::string &user, ClearMode mode)
in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateMock
|
H A D | db_store_mock.cpp | 126 DBStatus DBStoreMock::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedData::DBStoreMock 239 DBStatus DBStoreMock::RemoveDeviceData() in RemoveDeviceData() function in OHOS::DistributedData::DBStoreMock 336 DBStatus DBStoreMock::RemoveDeviceData(const std::string &device, ClearMode mode) in RemoveDeviceData() function in OHOS::DistributedData::DBStoreMock 341 DBStatus DBStoreMock::RemoveDeviceData(const std::string &device, const std::string &user, in RemoveDeviceData() function in OHOS::DistributedData::DBStoreMock
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_single_ver_sync_db_Interface.cpp | 241 int VirtualSingleVerSyncDBInterface::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function in DistributedDB::VirtualSingleVerSyncDBInterface
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 339 Status SingleStoreImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::SingleStoreImpl
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.cpp | 491 int RdSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName) in RemoveDeviceData() function in DistributedDB::RdSingleVerStorageExecutor
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_single_kv_store.cpp | 1142 napi_value JsSingleKVStore::RemoveDeviceData(napi_env env, napi_callback_info info) in RemoveDeviceData() function in JsSingleKVStore
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 523 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl 1083 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl 1207 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device, ClearMode mode) in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl 1221 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device, const std::string &user, in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.cpp | 1385 Status KVDBServiceImpl::RemoveDeviceData(const AppId &appId, const StoreId &storeId, const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::KVDBServiceImpl
|
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_impl.cpp | 440 int32_t CJSingleKVStore::RemoveDeviceData(const std::string &deviceId) in RemoveDeviceData() function in OHOS::DistributedKVStore::CJSingleKVStore
|