Home
last modified time | relevance | path

Searched defs:RemoveDeviceData (Results 1 - 25 of 26) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_delegate.h55 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 Dsync_generic_interface.h87 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 Ddevice_profile_storage.cpp296 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 Djs_single_kv_store.cpp329 napi_value JsSingleKVStore::RemoveDeviceData(napi_env env, napi_callback_info info) in RemoveDeviceData() function in OHOS::DistributedData::ArgsType::JsSingleKVStore
H A Djs_device_kv_store.cpp383 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 Dsqlite_single_ver_storage_executor_extend.cpp236 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 Dsqlite_single_ver_storage_executor.cpp1703 int SQLiteSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerStorageExecutor
H A Dsqlite_single_ver_natural_store.cpp966 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 Dsqlite_single_ver_natural_store_connection.cpp1921 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 Dkvdb_service_client.cpp428 Status KVDBServiceClient::RemoveDeviceData(const AppId &appId, const StoreId &storeId, const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::KVDBServiceClient
H A Dsingle_store_impl.cpp556 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 Ddb_adapter.cpp483 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 Dkv_adapter.cpp538 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 Drelational_store_delegate_impl.cpp133 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 Dsqlite_relational_store_connection.cpp159 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 Dsqlite_relational_store.cpp512 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 Dkv_store_nb_delegate_mock.cpp117 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 Ddb_store_mock.cpp126 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 Dvirtual_single_ver_sync_db_Interface.cpp241 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 Dsingle_store_impl.cpp339 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 Drd_single_ver_storage_executor.cpp491 int RdSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName) in RemoveDeviceData() function in DistributedDB::RdSingleVerStorageExecutor
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_single_kv_store.cpp1142 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 Dkv_store_nb_delegate_impl.cpp523 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 Dkvdb_service_impl.cpp1385 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 Ddistributed_kv_store_impl.cpp440 int32_t CJSingleKVStore::RemoveDeviceData(const std::string &deviceId) in RemoveDeviceData() function in OHOS::DistributedKVStore::CJSingleKVStore

Completed in 57 milliseconds

12