Home
last modified time | relevance | path

Searched refs:RemoveSuperAdminAndAdminPolicy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_ability.h94 ErrCode RemoveSuperAdminAndAdminPolicy(const std::string &bundleName);
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp264 RemoveSuperAdminAndAdminPolicy(bundleName); in OnCommonEventPackageRemoved()
458 RemoveSuperAdminAndAdminPolicy(item->adminInfo_.packageName_); in RemoveAllDebugAdmin()
887 ErrCode EnterpriseDeviceMgrAbility::RemoveSuperAdminAndAdminPolicy(const std::string &bundleName) in RemoveSuperAdminAndAdminPolicy() function in OHOS::EDM::EnterpriseDeviceMgrAbility
979 if (adminType == AdminType::ENT && FAILED(RemoveSuperAdminAndAdminPolicy(bundleName))) { in DoDisableAdmin()