/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
|
/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 | 20 int32_t Event::GetEventId() const in GetEventId() function in OHOS::MiscServices::Event
|
/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
|
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_monitor_policy.cpp | 254 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 D | event_aggregate.cpp | 58 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 D | device_info_manager.cpp | 33 switch (eventInfo.GetEventId()) { in OnInputEvent()
|
H A D | input_manager.cpp | 59 SendImmediateEvent(eventInfo->GetEventId(), eventInfo); in SendEventInfo()
|
/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_notify_event_req.h | 27 int32_t GetEventId() const in GetEventId() function in OHOS::DistributedHardware::IpcNotifyEventReq
|
/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()
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_event_stats.h | 47 * function: GetEventId, get eventId. 50 int32_t GetEventId();
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/ |
H A D | event.h | 42 API_EXPORT int32_t GetEventId() const;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_event.h | 48 int32_t GetEventId() const;
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/ |
H A D | event.h | 39 API_EXPORT int32_t GetEventId() const;
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_event_handler.h | 49 static int64_t GetEventId();
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_event_handler.cpp | 51 int64_t FormEventHandler::GetEventId() in GetEventId() function in OHOS::AppExecFwk::FormEventHandler
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/ |
H A D | event_info.h | 52 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 D | event_bean_unit_test.cpp | 66 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 D | formcachemgr_fuzzer.cpp | 58 formEventHandler.GetEventId(); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ability_running_record.cpp | 82 int64_t AbilityRunningRecord::GetEventId() const in GetEventId() function in OHOS::AppExecFwk::AbilityRunningRecord
|
/foundation/ability/ability_runtime/test/unittest/ability_event_handler_test/ |
H A D | ability_event_handler_test.cpp | 66 std::string str = std::to_string(event.GetEventId());
in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | ability_running_record.h | 123 int64_t GetEventId() const;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_notification.h | 145 uint8_t GetEventId(void) const in GetEventId() function in OHOS::bluetooth::AvrcCtNotifyPacket
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/eventcenter_fuzzer/ |
H A D | eventcenter_fuzzer.cpp | 41 pbEvt.GetEventId();
in FuzzPbEventGetNetworkId()
|