Searched refs:InstallCustomUtds (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_store.h | 34 bool InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, int32_t user,
|
H A D | custom_utd_store.cpp | 149 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 D | utd_client.h | 47 void InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, int32_t user);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/ |
H A D | utd_handler.cpp | 41 UDMF::UtdClient::GetInstance().InstallCustomUtds(bundleName, utdProfile, userId); in InstallUtdAsync()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 382 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