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.cpp159 …viceMgrAbilityTest::EnableAdminSuc(AppExecFwk::ElementName &admin, AdminType adminType, int userId, in EnableAdminSuc()
4558 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()
Dpermission_checker.cpp137 …PermissionChecker::GetAllPermissionsByAdmin(const std::string &bundleInfoName, AdminType adminType, in GetAllPermissionsByAdmin()
248 IPlugin::PermissionType PermissionChecker::AdminTypeToPermissionType(AdminType adminType) in AdminTypeToPermissionType()
Dadmin_policies_storage_rdb.cpp292 int32_t adminType = 0; in SetAdminItems() local
Denterprise_device_mgr_stub.cpp173 AdminType adminType = AdminType::UNKNOWN; in EnableAdminInner() local
Denterprise_device_mgr_ability.cpp1397 AdminType adminType = deviceAdmin->GetAdminType(); in DisableAdmin() local
1413 …eviceMgrAbility::DoDisableAdmin(const std::string &bundleName, int32_t userId, AdminType adminType) in DoDisableAdmin()
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
Dadmin_manager_addon.h40 int32_t adminType = 0; member
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp763 int32_t adminType = JsAdminTypeToAdminType(jsAdminType); in StartAdminProvision() local
789 int32_t adminType, std::map<std::string, std::string> &parameters) in CheckByodParams()
973 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.cpp1136 int32_t adminType = want->GetIntParam("adminType", -1); variable