Home
last modified time | relevance | path

Searched defs:adminType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Dadmin_test.cpp89 AdminType adminType = admin->GetAdminType(); variable
104 AdminType adminType = admin->GetAdminType(); variable
119 AdminType adminType = admin->GetAdminType(); variable
H A Denterprise_device_mgr_ability_test.cpp158 …viceMgrAbilityTest::EnableAdminSuc(AppExecFwk::ElementName &admin, AdminType adminType, int userId, in EnableAdminSuc()
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Dpermission_manager.cpp54 …anager::GetAdminGrantedPermission(const std::vector<std::string> &permissions, AdminType adminType, in GetAdminGrantedPermission()
H A Dadmin_policies_storage_rdb.cpp232 int32_t adminType = 0; in SetAdminItems() local
H A Denterprise_device_mgr_stub.cpp170 AdminType adminType = AdminType::UNKNOWN; in EnableAdminInner() local
H A Denterprise_device_mgr_ability.cpp630 …eDeviceMgrAbility::GetAllPermissionsByAdmin(const std::string &bundleInfoName, AdminType adminType, in GetAllPermissionsByAdmin()
932 AdminType adminType = isSDA ? AdminType::ENT : AdminType::NORMAL; in DisableAdmin() local
958 …eviceMgrAbility::DoDisableAdmin(const std::string &bundleName, int32_t userId, AdminType adminType) in DoDisableAdmin()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
H A Dadmin_manager_addon.h39 int32_t adminType = 0; member