Home
last modified time | relevance | path

Searched refs:InstallCustomUtds (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_store.h34 bool InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, int32_t user,
H A Dcustom_utd_store.cpp149 bool CustomUtdStore::InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, in InstallCustomUtds() function in OHOS::UDMF::CustomUtdStore
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dutd_client.h47 void InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, int32_t user);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp41 UDMF::UtdClient::GetInstance().InstallCustomUtds(bundleName, utdProfile, userId); in InstallUtdAsync()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp382 void UtdClient::InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, int32_t user) in InstallCustomUtds() function in OHOS::UDMF::UtdClient
396 if (!CustomUtdStore::GetInstance().InstallCustomUtds(bundleName, jsonStr, user, customTyepCfgs)) { in InstallCustomUtds()

Completed in 2 milliseconds