/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/ |
H A D | event_center.cpp | 55 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 D | event.cpp | 24 int32_t Event::GetEventId() const in GetEventId() function in OHOS::MiscServices::Event
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/ |
H A D | event_center.cpp | 56 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 D | event.cpp | 25 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 D | media_monitor_policy.cpp | 210 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 D | event_aggregate.cpp | 86 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 D | data_collection.cpp | 315 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 D | ability_event_handler.cpp | 32 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 D | cloud_event.cpp | 29 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 D | event_bean_unit_test.cpp | 66 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 D | device_info_manager.cpp | 33 switch (eventInfo.GetEventId()) { in OnInputEvent()
|
/ohos5.0/base/security/security_guard/interfaces/inner_api/collect/src/ |
H A D | event_info.cpp | 26 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 D | event_info.h | 27 int64_t GetEventId() const;
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_notify_event_req.h | 27 int32_t GetEventId() const in GetEventId() function
|
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/ |
H A D | event_info.h | 27 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
|
H A D | security_event.h | 31 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_event.h | 47 int32_t GetEventId() const;
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/ |
H A D | event.h | 38 API_EXPORT int32_t GetEventId() const;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/ |
H A D | event.h | 42 API_EXPORT int32_t GetEventId() const;
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_event_stats.h | 50 int32_t GetEventId();
|
/ohos5.0/base/security/security_guard/interfaces/inner_api/collector/include/ |
H A D | security_event.h | 31 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
|
H A D | security_event_ruler.h | 32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | security_event.h | 31 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
|
H A D | security_event_ruler.h | 32 int64_t GetEventId() const { return eventId_; }; in GetEventId() function
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_event_handler.h | 49 static int64_t GetEventId();
|