Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_ability.h110 ErrCode CheckSystemCalling(IPlugin::ApiType apiType, const std::string &permissionTag);
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp1079 ErrCode checkSystemCalling = CheckSystemCalling(plugin->GetApiType(FuncOperateType::SET), ""); in HandleDevicePolicy()
1118 …ErrCode checkSystemCalling = CheckSystemCalling(plugin->GetApiType(FuncOperateType::GET), permissi… in GetDevicePolicy()
1153 ErrCode EnterpriseDeviceMgrAbility::CheckSystemCalling(IPlugin::ApiType apiType, const std::string … in CheckSystemCalling() function in OHOS::EDM::EnterpriseDeviceMgrAbility