Home
last modified time | relevance | path

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

/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.cpp509 int SQLiteRelationalStore::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStore
560 int SQLiteRelationalStore::RemoveDeviceData(const std::string &device, const std::string &tableName) in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_store_delegate_impl.cpp131 DBStatus RelationalStoreDelegateImpl::RemoveDeviceData(const std::string &device, const std::string… in RemoveDeviceData() function in DistributedDB::RelationalStoreDelegateImpl
211 DBStatus RelationalStoreDelegateImpl::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::RelationalStoreDelegateImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dsync_generic_interface.h77 virtual int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
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
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
Ddb_adapter.cpp320 int32_t DBAdapter::RemoveDeviceData(const std::string &deviceId) in RemoveDeviceData() function in OHOS::DistributedHardware::DBAdapter
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
Ddevice_profile_storage.cpp297 int32_t DeviceProfileStorage::RemoveDeviceData(const std::string networkId) in RemoveDeviceData() function in OHOS::DeviceProfile::DeviceProfileStorage
/foundation/ability/form_fwk/test/mock/include/
Dmock_single_kv_store.h75 DistributedKv::Status RemoveDeviceData(const std::string &device) override 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/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
Dkv_store_nb_delegate_impl.cpp449 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl
938 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
Dsingle_store_impl.cpp328 Status SingleStoreImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store.cpp904 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore
930 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify,… in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore
Dsqlite_single_ver_storage_executor.cpp1709 int SQLiteSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerStorageExecutor
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dvirtual_single_ver_sync_db_Interface.cpp189 int VirtualSingleVerSyncDBInterface::RemoveDeviceData(const std::string &deviceName, bool isNeedNot… in RemoveDeviceData() function in DistributedDB::VirtualSingleVerSyncDBInterface
/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/storage/src/gaussdb_rd/
Drd_single_ver_storage_executor.cpp480 int RdSingleVerStorageExecutor::RemoveDeviceData(const std::string &deviceName) in RemoveDeviceData() function in DistributedDB::RdSingleVerStorageExecutor
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dsingle_store_impl.cpp489 Status SingleStoreImpl::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_single_kv_store.cpp1107 napi_value JsSingleKVStore::RemoveDeviceData(napi_env env, napi_callback_info info) in RemoveDeviceData() function in OHOS::DistributedKVStore::JsSingleKVStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp585 int RelationalSyncAbleStorage::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function in DistributedDB::RelationalSyncAbleStorage