Home
last modified time | relevance | path

Searched defs:RemoveDeviceData (Results 1 – 25 of 27) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
Dkv_store_nb_delegate_mock.cpp116 DBStatus KvStoreNbDelegateMock::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateMock
232 DBStatus KvStoreNbDelegateMock::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateMock
274 DBStatus KvStoreNbDelegateMock::RemoveDeviceData(const std::string &device, ClearMode mode) in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateMock
279 DBStatus KvStoreNbDelegateMock::RemoveDeviceData(const std::string &device, const std::string &user… in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateMock
Ddb_store_mock.cpp125 DBStatus DBStoreMock::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedData::DBStoreMock
238 DBStatus DBStoreMock::RemoveDeviceData() in RemoveDeviceData() function in OHOS::DistributedData::DBStoreMock
335 DBStatus DBStoreMock::RemoveDeviceData(const std::string &device, ClearMode mode) in RemoveDeviceData() function in OHOS::DistributedData::DBStoreMock
340 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/storage/src/sqlite/relational/
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 … in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStoreConnection
Dsqlite_relational_store.cpp525 int SQLiteRelationalStore::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStore
576 int SQLiteRelationalStore::RemoveDeviceData(const std::string &device, const std::string &tableName) in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
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::stri… in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerStorageExecutor
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,… 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 … in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore
Dsqlite_single_ver_natural_store_connection.cpp1949 int SQLiteSingleVerNaturalStoreConnection::RemoveDeviceData(const std::string &device, ClearMode mo… in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection
1964 int SQLiteSingleVerNaturalStoreConnection::RemoveDeviceData(const std::string &device, const std::s… in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_store_delegate_impl.cpp133 DBStatus RelationalStoreDelegateImpl::RemoveDeviceData(const std::string &device, const std::string… 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/kv/
Dgeneric_kvdb_connection.cpp397 int GenericKvDBConnection::RemoveDeviceData([[gnu::unused]] const std::string &device, [[gnu::unuse… in RemoveDeviceData() function in DistributedDB::GenericKvDBConnection
402 int GenericKvDBConnection::RemoveDeviceData([[gnu::unused]] const std::string &device, in RemoveDeviceData() function in DistributedDB::GenericKvDBConnection
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
Dkv_store_nb_delegate_impl.cpp524 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl
1084 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl
1208 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device, ClearMode mode) in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl
1222 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device, const std::string &user, in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dsync_generic_interface.h87 virtual int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function
/foundation/ability/ability_runtime/test/mock/common/include/
Dmock_single_kv_store.h72 DistributedKv::Status RemoveDeviceData(const std::string &device) override in RemoveDeviceData() function
/foundation/ability/form_fwk/test/mock/include/
Dmock_single_kv_store.h75 DistributedKv::Status RemoveDeviceData(const std::string &device) override in RemoveDeviceData() function
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
Ddevice_profile_storage.cpp296 int32_t DeviceProfileStorage::RemoveDeviceData(const std::string networkId) in RemoveDeviceData() function in OHOS::DeviceProfile::DeviceProfileStorage
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Drdb_general_store_test.cpp101 DBStatus RemoveDeviceData(const std::string &device, const std::string &tableName) override in RemoveDeviceData() function in OHOS::Test::DistributedRDBTest::MockRelationalStoreDelegate
115 DBStatus RemoveDeviceData() override in RemoveDeviceData() function in OHOS::Test::DistributedRDBTest::MockRelationalStoreDelegate
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
Ddb_adapter.cpp483 int32_t DBAdapter::RemoveDeviceData(const std::string &deviceId) in RemoveDeviceData() function in OHOS::DistributedHardware::DBAdapter
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dkvdb_service_client.cpp428 Status KVDBServiceClient::RemoveDeviceData(const AppId &appId, const StoreId &storeId, const std::s… in RemoveDeviceData() function in OHOS::DistributedKv::KVDBServiceClient
Dsingle_store_impl.cpp558 Status SingleStoreImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
Dsingle_store_impl.cpp339 Status SingleStoreImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
Djs_device_kv_store.cpp383 napi_value JsDeviceKVStore::RemoveDeviceData(napi_env env, napi_callback_info info) in RemoveDeviceData() function in OHOS::DistributedData::JsDeviceKVStore
Djs_single_kv_store.cpp329 napi_value JsSingleKVStore::RemoveDeviceData(napi_env env, napi_callback_info info) in RemoveDeviceData() function in OHOS::DistributedData::JsSingleKVStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dvirtual_single_ver_sync_db_Interface.cpp241 int VirtualSingleVerSyncDBInterface::RemoveDeviceData(const std::string &deviceName, bool isNeedNot… in RemoveDeviceData() function in DistributedDB::VirtualSingleVerSyncDBInterface
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_single_ver_storage_executor.cpp485 int RdSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName) in RemoveDeviceData() function in DistributedDB::RdSingleVerStorageExecutor
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dkvdb_service_impl.cpp1456 Status KVDBServiceImpl::RemoveDeviceData(const AppId &appId, const StoreId &storeId, const std::str… in RemoveDeviceData() function in OHOS::DistributedKv::KVDBServiceImpl
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_single_kv_store.cpp1142 napi_value JsSingleKVStore::RemoveDeviceData(napi_env env, napi_callback_info info) in RemoveDeviceData() function in OHOS::DistributedKVStore::JsSingleKVStore

12