Home
last modified time | relevance | path

Searched refs:DeleteKvStore (Results 1 - 18 of 18) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_distributed_kv_data_manager.cpp46 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 Dmock_distributed_kv_data_manager.cpp48 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 Ddlp_kv_storage_test.cpp76 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 Ddistributed_kv_data_manager.cpp48 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 Ddistributed_kv_data_manager.cpp48 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 Ddistributed_kv_data_manager.cpp49 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 Dmock_distributed_kv_data_manager.cpp87 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 Ddlp_kv_data_storage.h41 int DeleteKvStore();
/base/account/os_account/services/accountmgr/include/
H A Daccount_data_storage.h48 int DeleteKvStore();
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Ddlp_kv_data_storage.cpp167 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 Ddistributed_preferences_database.cpp199 status = kvDataManager_->DeleteKvStore(appId, storeId, KV_STORE_PATH); in ClearDatabase()
201 ANS_LOGE("DeleteKvStore failed ret = 0x%{public}x", status); in ClearDatabase()
H A Ddistributed_screen_status_manager.cpp78 kvDataManager_->DeleteKvStore(appId, storeId, KV_STORE_PATH); in OnDeviceDisconnected()
H A Ddistributed_database.cpp342 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 Daccount_data_storage.cpp83 ErrCode AccountDataStorage::DeleteKvStore() in DeleteKvStore() function in OHOS::AccountSA::AccountDataStorage
/base/account/os_account/services/accountmgr/src/
H A Daccount_data_storage.cpp207 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 Dapp_account_associated_data_test.cpp115 ErrCode result = dataStoragePtr->DeleteKvStore(); in TearDownTestCase()
122 result = dataStoragePtr->DeleteKvStore(); in TearDownTestCase()
H A Dapp_account_manager_service_module_test.cpp133 ErrCode result = dataStoragePtr->DeleteKvStore(); in TearDownTestCase()
140 result = dataStoragePtr->DeleteKvStore(); in TearDownTestCase()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp201 result = oldPtr->DeleteKvStore(); in MoveData()
203 ACCOUNT_LOGE("DeleteKvStore failed, storeId=%{public}s, result=%{public}u", storeId.c_str(), result); in MoveData()

Completed in 12 milliseconds