/base/update/updateservice/interfaces/inner_api/feature/update/model/event/ |
H A D | event_classify.h | 24 SYSTEM = 0x02000000, member in OHOS::UpdateEngine::EventClassify 28 const std::list<EventClassify> g_eventClassifyList = { EventClassify::TASK, EventClassify::SYSTEM,
|
H A D | event_id.h | 52 SYSTEM_BASE = CAST_UINT(EventClassify::SYSTEM),
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 80 SYSTEM, // run as system uid enumerator 204 case SYSTEM: in StartCrasherLoop() 226 case SYSTEM: in StopCrasherLoop() 310 StartCrasherLoop(SYSTEM); in HWTEST_F() 318 StopCrasherLoop(SYSTEM); in HWTEST_F() 391 StartCrasherLoop(SYSTEM); in HWTEST_F() 399 StopCrasherLoop(SYSTEM); in HWTEST_F() 470 StartCrasherLoop(SYSTEM); in HWTEST_F() 483 StopCrasherLoop(SYSTEM); in HWTEST_F() 520 StartCrasherLoop(SYSTEM); in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/ |
H A D | thermal_collector.h | 30 SYSTEM enumerator
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | get_display_version_plugin.cpp | 32 IPlugin::PermissionType::SUPER_DEVICE_ADMIN, IPlugin::ApiType::SYSTEM); in InitPlugin()
|
H A D | iptables_rule_plugin.cpp | 40 permissionConfig_.apiType = IPlugin::ApiType::SYSTEM; in IptablesRulePlugin()
|
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/ |
H A D | thermal_collector_test.cpp | 58 result = collector->CollectDevThermal(ThermalZone::SYSTEM); in HWTEST_F()
|
/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
H A D | access_token.h | 125 SYSTEM, enumerator
|
/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/ |
H A D | iplugin_test.cpp | 79 IPlugin::PermissionType::NORMAL_DEVICE_ADMIN, IPlugin::ApiType::SYSTEM);
in HWTEST_F() 82 EXPECT_TRUE(config3.apiType == IPlugin::ApiType::SYSTEM);
in HWTEST_F()
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | thermal_collector_impl.cpp | 63 {SYSTEM, "system_h"} in GetZoneTypeStr()
|
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/ |
H A D | iplugin.h | 48 SYSTEM, member in OHOS::EDM::IPlugin::ApiType
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/ |
H A D | permission_definition_parser.cpp | 49 static const std::string AVAILABLE_TYPE_SYSTEM_HAP = "SYSTEM"; 90 typeNum = AccessToken::ATokenAvailableTypeEnum::SYSTEM; in GetPermissionAvailableType()
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | define_property.cpp | 159 DECLARE_ENUM_PROPERTY(EventClassify::SYSTEM) in DefineEventClassify()
|
/base/customization/enterprise_device_management/services/edm/src/ |
H A D | enterprise_device_mgr_ability.cpp | 1174 if (plugin->GetApiType(FuncOperateType::SET) == IPlugin::ApiType::SYSTEM && in HandleDevicePolicy() 1219 bool isCheckSystem = (plugin->GetApiType(FuncOperateType::GET) == IPlugin::ApiType::SYSTEM) in GetDevicePolicy()
|