Searched refs:comeFrom (Results 1 - 2 of 2) sorted by relevance
/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 237 EventComeFrom comeFrom; in PublishCommonEvent() local 238 if (!CheckUserId(pid, uid, callerToken, comeFrom, user)) { in PublishCommonEvent() 245 if (!comeFrom.isSystemApp && !comeFrom.isSubsystem) { in PublishCommonEvent() 270 eventRecord.eventRecordInfo.isSubsystem = comeFrom.isSubsystem; in PublishCommonEvent() 271 eventRecord.eventRecordInfo.isSystemApp = (comeFrom.isSystemApp || comeFrom.isCemShell); in PublishCommonEvent() 272 eventRecord.eventRecordInfo.isProxy = comeFrom.isProxy; in PublishCommonEvent() 329 EventComeFrom comeFrom; in SubscribeCommonEvent() local 330 if (!CheckUserId(pid, uid, callerToken, comeFrom, userI in SubscribeCommonEvent() 525 SetSystemUserId(const uid_t &uid, EventComeFrom &comeFrom, int32_t &userId) SetSystemUserId() argument 541 CheckUserId(const pid_t &pid, const uid_t &uid, const Security::AccessToken::AccessTokenID &callerToken, EventComeFrom &comeFrom, int32_t &userId) CheckUserId() argument [all...] |
/base/notification/common_event_service/services/include/ |
H A D | inner_common_event_manager.h | 183 EventComeFrom &comeFrom, int32_t &userId); 189 void SetSystemUserId(const uid_t &uid, EventComeFrom &comeFrom, int32_t &userId);
|
Completed in 3 milliseconds