/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | mock_distributed_kv_data_manager.cpp | 46 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const std::string &path)
in DeleteKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/ |
H A D | mock_distributed_kv_data_manager.cpp | 48 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const std::string &path) in DeleteKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
|
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
H A D | dlp_kv_storage_test.cpp | 76 res = SandboxConfigKvDataStorage::GetInstance().DeleteKvStore(); in HWTEST_F() 96 res = SandboxConfigKvDataStorage::GetInstance().DeleteKvStore(); in HWTEST_F()
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | distributed_kv_data_manager.cpp | 48 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const std::string &path) in DeleteKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | distributed_kv_data_manager.cpp | 48 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const std::string &path) in DeleteKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | distributed_kv_data_manager.cpp | 49 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const std::string &path) in DeleteKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_distributed_kv_data_manager.cpp | 87 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const std::string &path) in DeleteKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
|
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/ |
H A D | dlp_kv_data_storage.h | 41 int DeleteKvStore();
|
/base/account/os_account/services/accountmgr/include/ |
H A D | account_data_storage.h | 48 int DeleteKvStore();
|
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/ |
H A D | dlp_kv_data_storage.cpp | 167 int32_t DlpKvDataStorage::DeleteKvStore() in DeleteKvStore() function in OHOS::Security::DlpPermission::DlpKvDataStorage 179 status = dataManager_.DeleteKvStore(this->appId_, this->storeId_, baseDir_); in DeleteKvStore()
|
/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_preferences_database.cpp | 199 status = kvDataManager_->DeleteKvStore(appId, storeId, KV_STORE_PATH); in ClearDatabase() 201 ANS_LOGE("DeleteKvStore failed ret = 0x%{public}x", status); in ClearDatabase()
|
H A D | distributed_screen_status_manager.cpp | 78 kvDataManager_->DeleteKvStore(appId, storeId, KV_STORE_PATH); in OnDeviceDisconnected()
|
H A D | distributed_database.cpp | 342 DistributedKv::Status status = kvDataManager_->DeleteKvStore(appId, storeId, KV_STORE_PATH); in RecreateDistributedDB() 344 ANS_LOGE("kvDataManager DeleteKvStore() failed ret = 0x%{public}x", status); in RecreateDistributedDB()
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | account_data_storage.cpp | 83 ErrCode AccountDataStorage::DeleteKvStore() in DeleteKvStore() function in OHOS::AccountSA::AccountDataStorage
|
/base/account/os_account/services/accountmgr/src/ |
H A D | account_data_storage.cpp | 207 ErrCode AccountDataStorage::DeleteKvStore() in DeleteKvStore() function in OHOS::AccountSA::AccountDataStorage 218 status = dataManager_.DeleteKvStore(this->appId_, this->storeId_, baseDir_); in DeleteKvStore()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_associated_data_test.cpp | 115 ErrCode result = dataStoragePtr->DeleteKvStore(); in TearDownTestCase() 122 result = dataStoragePtr->DeleteKvStore(); in TearDownTestCase()
|
H A D | app_account_manager_service_module_test.cpp | 133 ErrCode result = dataStoragePtr->DeleteKvStore(); in TearDownTestCase() 140 result = dataStoragePtr->DeleteKvStore(); in TearDownTestCase()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_control_manager.cpp | 201 result = oldPtr->DeleteKvStore(); in MoveData() 203 ACCOUNT_LOGE("DeleteKvStore failed, storeId=%{public}s, result=%{public}u", storeId.c_str(), result); in MoveData()
|