Searched refs:SetEntInfo (Results 1 – 4 of 4) sorted by relevance
49 ErrCode SetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId);
84 adminManager->SetEntInfo(packageName, entInfo, userId); in DoSomethingInterestingWithMyAPI()
303 ErrCode AdminManager::SetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId) in SetEntInfo() function in OHOS::EDM::AdminManager
1310 ErrCode code = adminMgr_->SetEntInfo(admin.GetBundleName(), entInfo, userId); in SetEnterpriseInfo()