Home
last modified time | relevance | path

Searched refs:SAMGR_UID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_constant.h36 constexpr int32_t SAMGR_UID = 5555; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_stub.cpp36 constexpr int32_t SAMGR_UID = 5555; variable
325 if ((uid != MEMMGR_UID && uid != SAMGR_UID && uid != HIVIEW_UID && uid != GRAPHIC_UID) in KillProcessInner()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp89 if (eventRecordInfo.uid != SAMGR_UID) { in InsertSubscriber()