Home
last modified time | relevance | path

Searched refs:GetEventId (Results 1 - 25 of 52) sorted by relevance

123

/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
/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.cpp20 int32_t Event::GetEventId() const in GetEventId() function in OHOS::MiscServices::Event
/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
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_policy.cpp254 if (eventBean->GetEventId() == AUDIO_DEVICE_UTILIZATION_STATS && in HandDeviceUsageToEventVector()
291 if (eventBean->GetEventId() == BT_UTILIZATION_STATS && in HandBtUsageToEventVector()
328 if (eventBean->GetEventId() == STREAM_UTILIZATION_STATS && in HandStreamUsageToEventVector()
369 if (eventBean->GetEventId() == STREAM_UTILIZATION_STATS && in HandStreamPropertyToEventVector()
413 if (eventBean->GetEventId() == PLAYBACK_VOLUME_STATS && in HandleVolumeToEventVector()
451 if (eventBean->GetEventId() == MUTED_CAPTURE_STATS && in HandleCaptureMutedToEventVector()
484 if (eventBean->GetEventId() == AUDIO_STREAM_EXHAUSTED_STATS && in HandleExhaustedToEventVector()
514 if (eventBean->GetEventId() == AUDIO_STREAM_CREATE_ERROR_STATS && in HandleCreateErrorToEventVector()
550 if (eventBean->GetEventId() == BACKGROUND_SILENT_PLAYBACK && in HandleSilentPlaybackToEventVector()
580 if (eventBean->GetEventId() in HandleUnderrunToEventVector()
[all...]
H A Devent_aggregate.cpp58 EventId eventId = bean->GetEventId(); in WriteEvent()
66 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in WriteEvent()
69 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in WriteEvent()
80 EventId eventId = bean->GetEventId(); in UpdateAggregateEventList()
126 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleDeviceChangeEvent()
229 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleStreamChangeEvent()
554 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleVolumeChange()
588 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandlePipeChange()
611 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bean); in HandleBackgroundSilentPlayback()
625 mediaMonitorPolicy_.WriteEvent(bean->GetEventId(), bea in HandleForceUseDevice()
[all...]
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddevice_info_manager.cpp33 switch (eventInfo.GetEventId()) { in OnInputEvent()
H A Dinput_manager.cpp59 SendImmediateEvent(eventInfo->GetEventId(), eventInfo); in SendEventInfo()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_notify_event_req.h27 int32_t GetEventId() const in GetEventId() function in OHOS::DistributedHardware::IpcNotifyEventReq
/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()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event_stats.h47 * function: GetEventId, get eventId.
50 int32_t GetEventId();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/
H A Devent.h42 API_EXPORT int32_t GetEventId() const;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_event.h48 int32_t GetEventId() const;
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H A Devent.h39 API_EXPORT int32_t GetEventId() const;
/foundation/ability/form_fwk/services/include/
H A Dform_event_handler.h49 static int64_t GetEventId();
/foundation/ability/form_fwk/services/src/
H A Dform_event_handler.cpp51 int64_t FormEventHandler::GetEventId() in GetEventId() function in OHOS::AppExecFwk::FormEventHandler
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Devent_info.h52 inline const int32_t& GetEventId() const in GetEventId() function in OHOS::BackgroundTaskMgr::EventInfo
/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); in HWTEST()
76 EXPECT_EQ(bean->GetEventId(), eventId2); in HWTEST()
86 EXPECT_EQ(bean->GetEventId(), eventId1); in HWTEST()
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
H A Dformcachemgr_fuzzer.cpp58 formEventHandler.GetEventId(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dability_running_record.cpp82 int64_t AbilityRunningRecord::GetEventId() const in GetEventId() function in OHOS::AppExecFwk::AbilityRunningRecord
/foundation/ability/ability_runtime/test/unittest/ability_event_handler_test/
H A Dability_event_handler_test.cpp66 std::string str = std::to_string(event.GetEventId()); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dability_running_record.h123 int64_t GetEventId() const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_notification.h145 uint8_t GetEventId(void) const in GetEventId() function in OHOS::bluetooth::AvrcCtNotifyPacket
/foundation/distributeddatamgr/pasteboard/test/fuzztest/eventcenter_fuzzer/
H A Deventcenter_fuzzer.cpp41 pbEvt.GetEventId(); in FuzzPbEventGetNetworkId()

Completed in 8 milliseconds

123