Home
last modified time | relevance | path

Searched refs:DeleteByAppId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Dkv_adapter.h44 int32_t DeleteByAppId(const std::string &appId, const std::string &prefix);
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter_manager.cpp143 if (kvAdapter_->DeleteByAppId(appId, DM_KV_STORE_PREFIX) != DM_OK) { in AppUnintall()
H A Dkv_adapter.cpp183 int32_t KVAdapter::DeleteByAppId(const std::string &appId, const std::string &prefix) in DeleteByAppId() function in OHOS::DistributedHardware::KVAdapter
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h92 int32_t DeleteByAppId(const std::string &appId, int32_t user);
H A Dobject_service_impl.cpp287 int32_t result = ObjectStoreManager::GetInstance()->DeleteByAppId(bundleName, user); in OnAppUninstall()
H A Dobject_manager.cpp328 int32_t ObjectStoreManager::DeleteByAppId(const std::string &appId, int32_t user) in DeleteByAppId() function in OHOS::DistributedObject::ObjectStoreManager