Home
last modified time | relevance | path

Searched refs:GetEntInfo (Results 1 – 3 of 3) sorted by relevance

/base/customization/enterprise_device_management/services/edm/include/
Dadmin_manager.h51 ErrCode GetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId);
/base/customization/enterprise_device_management/services/edm/src/
Dadmin_manager.cpp342 ErrCode AdminManager::GetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId) in GetEntInfo() function in OHOS::EDM::AdminManager
Denterprise_device_mgr_ability.cpp960 ErrCode code = adminMgr_->GetEntInfo(admin.GetBundleName(), entInfo, userId); in GetEnterpriseInfo()