Searched refs:HandleUserEvent (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | im_common_event_manager.cpp | 259 HandleUserEvent(MessageID::MSG_ID_USER_STOP, data); in StopUser() 264 HandleUserEvent(MessageID::MSG_ID_USER_START, data); in StartUser() 269 HandleUserEvent(MessageID::MSG_ID_USER_REMOVED, data); in RemoveUser() 272 void ImCommonEventManager::EventSubscriber::HandleUserEvent(int32_t messageId, const EventFwk::Comm… in HandleUserEvent() function in OHOS::MiscServices::ImCommonEventManager::EventSubscriber
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | im_common_event_manager.h | 69 void HandleUserEvent(int32_t messageId, const EventFwk::CommonEventData &data);
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.h | 253 void HandleUserEvent(const std::string &type, const int &userId);
|
H A D | avsession_service.cpp | 212 servicePtr_->HandleUserEvent(AVSessionUsersManager::accountEventSwitched, userIdForeground); in OnReceiveEvent() 215 servicePtr_->HandleUserEvent(AVSessionUsersManager::accountEventSwitched, userIdSwitched); in OnReceiveEvent() 218 servicePtr_->HandleUserEvent(AVSessionUsersManager::accountEventRemoved, userId); in OnReceiveEvent() 235 void AVSessionService::HandleUserEvent(const std::string &type, const int &userId) in HandleUserEvent() function in OHOS::AVSession::AVSessionService
|