Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/tools/edm/src/
Dedm_command.cpp89 AdminType adminType = AdminType::ENT; in RunAsEnableCommand() local
116 AdminType adminType = AdminType::UNKNOWN; in RunAsDisableAdminCommand() local
135 AdminType &adminType) in ParseEnableAdminCommandOption()
172 std::string &abilityName, AdminType &adminType) in RunAsEnableCommandParseOptionArgument()
219 ErrCode EdmCommand::ConvertStringToAdminType(std::string optarg, AdminType &adminType) in ConvertStringToAdminType()
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
Dadmin_test.cpp89 AdminType adminType = admin->GetAdminType(); variable
104 AdminType adminType = admin->GetAdminType(); variable
119 AdminType adminType = admin->GetAdminType(); variable
Denterprise_device_mgr_ability_test.cpp197 …viceMgrAbilityTest::EnableAdminSuc(AppExecFwk::ElementName &admin, AdminType adminType, int userId, in EnableAdminSuc()
4175 int32_t adminType = want->GetIntParam("adminType", -1); variable
/base/customization/enterprise_device_management/services/edm/src/
Dhisysevent_adapter.cpp42 const int32_t & adminType, const std::string &extraInfo) in ReportEdmEventManagerAdmin()
Dpermission_manager.cpp64 …anager::GetAdminGrantedPermission(const std::vector<std::string> &permissions, AdminType adminType, in GetAdminGrantedPermission()
Dpermission_checker.cpp206 …PermissionChecker::GetAllPermissionsByAdmin(const std::string &bundleInfoName, AdminType adminType, in GetAllPermissionsByAdmin()
316 IPlugin::PermissionType PermissionChecker::AdminTypeToPermissionType(AdminType adminType) in AdminTypeToPermissionType()
Dadmin_policies_storage_rdb.cpp348 int32_t adminType = 0; in SetAdminItems() local
Denterprise_device_mgr_ability.cpp1297 AdminType adminType = deviceAdmin->GetAdminType(); in DisableAdmin() local
1312 …DeviceMgrAbility::CheckDisableAdmin(const std::string &bundleName, AdminType adminType, bool isDeb… in CheckDisableAdmin()
1335 …eviceMgrAbility::DoDisableAdmin(const std::string &bundleName, int32_t userId, AdminType adminType) in DoDisableAdmin()
1667 ErrCode EnterpriseDeviceMgrAbility::GetEnabledAdmin(AdminType adminType, std::vector<std::string> &… in GetEnabledAdmin()
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
Dadmin_manager_addon.h41 int32_t adminType = 0; member
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp890 int32_t adminType = JsAdminTypeToAdminType(jsAdminType); in StartAdminProvision() local
916 int32_t adminType, std::map<std::string, std::string> &parameters) in CheckByodParams()
1120 int32_t adminType = want->GetIntParam("adminType", -1); in ConvertWantToJsWithType() local
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
Denterprise_device_mgr_proxy_test.cpp1119 int32_t adminType = want->GetIntParam("adminType", -1); variable