Searched refs:DeleteByAppId (Results 1 – 6 of 6) sorted by relevance
44 int32_t DeleteByAppId(const std::string &appId, const std::string &prefix);
143 if (kvAdapter_->DeleteByAppId(appId, DM_KV_STORE_PREFIX) != DM_OK) { in AppUnintall()
183 int32_t KVAdapter::DeleteByAppId(const std::string &appId, const std::string &prefix) in DeleteByAppId() function in OHOS::DistributedHardware::KVAdapter
92 int32_t DeleteByAppId(const std::string &appId, int32_t user);
287 int32_t result = ObjectStoreManager::GetInstance()->DeleteByAppId(bundleName, user); in OnAppUninstall()
328 int32_t ObjectStoreManager::DeleteByAppId(const std::string &appId, int32_t user) in DeleteByAppId() function in OHOS::DistributedObject::ObjectStoreManager