Home
last modified time | relevance | path

Searched refs:GetEventId (Results 1 – 25 of 65) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H A Devent_center.cpp55 auto observers = observers_.Find(evt.GetEventId()); in Dispatch()
110 auto handler = handlers_.find(evt->GetEventId()); in operator --()
128 if (event->GetEventId() != evt->GetEventId()) { in Post()
H A Devent.cpp24 int32_t Event::GetEventId() const in GetEventId() function in OHOS::MiscServices::Event
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H A Devent_center.cpp56 auto observers = observers_.Find(evt.GetEventId()); in Dispatch()
111 auto handler = handlers_.find(evt->GetEventId()); in operator --()
129 if (event->GetEventId() != evt->GetEventId()) { in Post()
H A Devent.cpp25 int32_t Event::GetEventId() const in GetEventId() function in OHOS::DistributedData::Event
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_policy.cpp210 if (eventBean->GetEventId() == AUDIO_DEVICE_UTILIZATION_STATS && in HandDeviceUsageToEventVector()
247 if (eventBean->GetEventId() == BT_UTILIZATION_STATS && in HandBtUsageToEventVector()
284 if (eventBean->GetEventId() == STREAM_UTILIZATION_STATS && in HandStreamUsageToEventVector()
325 if (eventBean->GetEventId() == STREAM_UTILIZATION_STATS && in HandStreamPropertyToEventVector()
369 if (eventBean->GetEventId() == PLAYBACK_VOLUME_STATS && in HandleVolumeToEventVector()
407 if (eventBean->GetEventId() == MUTED_CAPTURE_STATS && in HandleCaptureMutedToEventVector()
442 if (eventBean->GetEventId() == AUDIO_STREAM_EXHAUSTED_STATS && in HandleExhaustedToEventVector()
472 if (eventBean->GetEventId() == AUDIO_STREAM_CREATE_ERROR_STATS && in HandleCreateErrorToEventVector()
507 if (eventBean->GetEventId() == BACKGROUND_SILENT_PLAYBACK && in HandleSilentPlaybackToEventVector()
537 if (eventBean->GetEventId() == PERFORMANCE_UNDER_OVERRUN_STATS && in HandleUnderrunToEventVector()
[all …]
H A Devent_aggregate.cpp86 EventId eventId = bean->GetEventId(); in WriteEvent()
93 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in WriteEvent()
96 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in WriteEvent()
107 EventId eventId = bean->GetEventId(); in UpdateAggregateEventList()
153 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleDeviceChangeEvent()
260 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleStreamChangeEvent()
585 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleVolumeChange()
621 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandlePipeChange()
651 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleBackgroundSilentPlayback()
669 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleForceUseDevice()
[all …]
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Ddata_collection.cpp315 LOGI("QuerySecurityEvent eventId is %{public}" PRId64 "", ruler.GetEventId()); in QuerySecurityEvent()
317 ErrorCode ret = GetCollectorPath(ruler.GetEventId(), collectorPath); in QuerySecurityEvent()
319 LOGE("GetCollectorPath failed, eventId is %{public}" PRId64 "", ruler.GetEventId()); in QuerySecurityEvent()
324 LOGE("Load collector failed, eventId is %{public}" PRId64 "", ruler.GetEventId()); in QuerySecurityEvent()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_event_handler.cpp32 TAG_LOGD(AAFwkTag::ABILITYMGR, "Event id obtained: %{public}u.", event.GetEventId()); in ProcessEvent()
42 switch (event.GetEventId()) { in ProcessEvent()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_event.cpp29 int32_t CloudEvent::GetEventId() const in GetEventId() function in OHOS::DistributedData::CloudEvent
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp66 EXPECT_EQ(bean->GetEventId(), eventId);
76 EXPECT_EQ(bean->GetEventId(), eventId2);
86 EXPECT_EQ(bean->GetEventId(), eventId1);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddevice_info_manager.cpp33 switch (eventInfo.GetEventId()) { in OnInputEvent()
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/src/
H A Devent_info.cpp26 int64_t EventInfo::GetEventId() const in GetEventId() function in OHOS::Security::SecurityGuard::EventInfo
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/include/
H A Devent_info.h27 int64_t GetEventId() const;
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_notify_event_req.h27 int32_t GetEventId() const in GetEventId() function
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/
H A Devent_info.h27 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
H A Dsecurity_event.h31 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_event.h47 int32_t GetEventId() const;
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H A Devent.h38 API_EXPORT int32_t GetEventId() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/
H A Devent.h42 API_EXPORT int32_t GetEventId() const;
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event_stats.h50 int32_t GetEventId();
/ohos5.0/base/security/security_guard/interfaces/inner_api/collector/include/
H A Dsecurity_event.h31 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
H A Dsecurity_event_ruler.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_event.h31 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
H A Dsecurity_event_ruler.h32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_event_handler.h49 static int64_t GetEventId();

123