Searched refs:UninstallCustomUtds (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_store.h | 36 bool UninstallCustomUtds(const std::string &bundleName, int32_t user,
|
H A D | custom_utd_store.cpp | 173 bool CustomUtdStore::UninstallCustomUtds(const std::string &bundleName, int32_t user, in UninstallCustomUtds() function in OHOS::UDMF::CustomUtdStore
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/ |
H A D | utd_client.h | 48 void UninstallCustomUtds(const std::string &bundleName, int32_t user);
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 389 if (!CustomUtdStore::GetInstance().UninstallCustomUtds(bundleName, user, customTyepCfgs)) { in InstallCustomUtds() 405 void UtdClient::UninstallCustomUtds(const std::string &bundleName, int32_t user) in UninstallCustomUtds() function in OHOS::UDMF::UtdClient 412 if (!CustomUtdStore::GetInstance().UninstallCustomUtds(bundleName, user, customTyepCfgs)) { in UninstallCustomUtds()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/ |
H A D | utd_handler.cpp | 52 UDMF::UtdClient::GetInstance().UninstallCustomUtds(bundleName, userId); in UninstallUtdAsync()
|
Completed in 2 milliseconds