/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.cpp | 116 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
|
H A D | db_store_mock.cpp | 125 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
|
/ohos5.0/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::stri… in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerStorageExecutor
|
H A D | sqlite_single_ver_natural_store.cpp | 912 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore 938 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, bool isNeedNotify,… in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore 965 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, ClearMode mode) in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore 972 int SQLiteSingleVerNaturalStore::RemoveDeviceData(const std::string &deviceName, const std::string … in RemoveDeviceData() function in DistributedDB::SQLiteSingleVerNaturalStore
|
/ohos5.0/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 … in RemoveDeviceData() function in DistributedDB::SQLiteRelationalStoreConnection
|
H A D | sqlite_relational_store.cpp | 525 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
|
/ohos5.0/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… in RemoveDeviceData() function in DistributedDB::RelationalStoreDelegateImpl 213 DBStatus RelationalStoreDelegateImpl::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::RelationalStoreDelegateImpl
|
/ohos5.0/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 1013 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData() in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl 1137 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device, ClearMode mode) in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl 1151 DBStatus KvStoreNbDelegateImpl::RemoveDeviceData(const std::string &device, const std::string &user, in RemoveDeviceData() function in DistributedDB::KvStoreNbDelegateImpl
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | sync_generic_interface.h | 77 virtual int RemoveDeviceData(const std::string &deviceName, bool isNeedNotify) in RemoveDeviceData() function
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_single_kv_store.cpp | 56 Status MockSingleKvStore::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::MockSingleKvStore
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_single_kv_store.cpp | 57 Status MockSingleKvStore::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::MockSingleKvStore
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | mock_single_kv_store.cpp | 57 Status MockSingleKvStore::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::MockSingleKvStore
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_single_kv_store.h | 75 DistributedKv::Status RemoveDeviceData(const std::string &device) override in RemoveDeviceData() function
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_single_kv_store.h | 72 DistributedKv::Status RemoveDeviceData(const std::string &device) override in RemoveDeviceData() function
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | mock_single_kv_store.cpp | 72 Status MockSingleKvStore::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::MockSingleKvStore
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/ |
H A D | mock_single_kv_store.cpp | 66 Status MockSingleKvStore::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::MockSingleKvStore
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/ |
H A D | mock_single_kv_store.cpp | 71 Status MockSingleKvStore::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::MockSingleKvStore
|
/ohos5.0/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
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_general_store_test.cpp | 101 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
|
/ohos5.0/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
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_single_kv_store.cpp | 148 Status MockSingleKvStore::RemoveDeviceData(const std::string &device) in RemoveDeviceData() function in OHOS::DistributedKv::MockSingleKvStore
|
/ohos5.0/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::s… in RemoveDeviceData() function in OHOS::DistributedKv::KVDBServiceClient
|
/ohos5.0/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
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_single_ver_sync_db_Interface.cpp | 190 int VirtualSingleVerSyncDBInterface::RemoveDeviceData(const std::string &deviceName, bool isNeedNot… in RemoveDeviceData() function in DistributedDB::VirtualSingleVerSyncDBInterface
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
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::JsDeviceKVStore
|