Home
last modified time | relevance | path

Searched defs:adminType (Results 1 – 10 of 10) 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.cpp159 …viceMgrAbilityTest::EnableAdminSuc(AppExecFwk::ElementName &admin, AdminType adminType, int userId, in EnableAdminSuc()
4314 int32_t adminType = want->GetIntParam("adminType", -1); variable
/base/customization/enterprise_device_management/services/edm/src/
Dpermission_manager.cpp62 …anager::GetAdminGrantedPermission(const std::vector<std::string> &permissions, AdminType adminType, in GetAdminGrantedPermission()
Dadmin_policies_storage_rdb.cpp232 int32_t adminType = 0; in SetAdminItems() local
Denterprise_device_mgr_ability.cpp649 …eDeviceMgrAbility::GetAllPermissionsByAdmin(const std::string &bundleInfoName, AdminType adminType, in GetAllPermissionsByAdmin()
1021 AdminType adminType = deviceAdmin->GetAdminType(); in DisableAdmin() local
1050 …eviceMgrAbility::DoDisableAdmin(const std::string &bundleName, int32_t userId, AdminType adminType) in DoDisableAdmin()
1200 IPlugin::PermissionType EnterpriseDeviceMgrAbility::AdminTypeToPermissionType(AdminType adminType) in AdminTypeToPermissionType()
Denterprise_device_mgr_stub.cpp176 AdminType adminType = AdminType::UNKNOWN; in EnableAdminInner() local
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
Dadmin_manager_addon.h39 int32_t adminType = 0; member
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp779 int32_t adminType = JsAdminTypeToAdminType(jsAdminType); in StartAdminProvision() local
805 int32_t adminType, std::map<std::string, std::string> &parameters) in CheckByodParams()
977 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.cpp1035 int32_t adminType = want->GetIntParam("adminType", -1); variable