Home
last modified time | relevance | path

Searched refs:eventId_ (Results 1 - 25 of 53) sorted by relevance

123

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_event.cpp32 eventId_ = DEFAULT_EVENT_ID; in BundleActiveEvent()
47 eventId_ = orig.eventId_; in BundleActiveEvent()
62 eventId_ = eventId; in BundleActiveEvent()
77 eventId_ = eventId; in BundleActiveEvent()
93 eventId_ = DEFAULT_EVENT_ID; in BundleActiveEvent()
109 eventId_ = DEFAULT_EVENT_ID; in BundleActiveEvent()
126 eventId_ = eventId; in BundleActiveEvent()
141 eventId_ = orig.eventId_; in operator =()
[all...]
H A Dbundle_active_event_stats.cpp23 eventId_ = 0; in BundleActiveEventStats()
35 eventId_ = orig.eventId_; in BundleActiveEventStats()
47 return eventId_; in GetEventId()
77 if (eventId_ != right.eventId_) { in add()
92 if (parcel.WriteInt32(eventId_) && in Marshalling()
108 result->eventId_ = parcel.ReadInt32(); in UnMarshalling()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.cpp30 eventId_ = eventId; in AvrcTgNotifyPacket()
61 switch (eventId_) { in AssembleParameters()
124 offset += PushOctets1((bufferPtr + offset), eventId_); in AssemblePlaybackStatusChanged()
125 HILOGI("eventId_: %{public}hhx", eventId_); in AssemblePlaybackStatusChanged()
158 offset += PushOctets1((bufferPtr + offset), eventId_); in AssembleTrackChanged()
159 HILOGI("eventId_: %{public}x", eventId_); in AssembleTrackChanged()
192 offset += PushOctets1((bufferPtr + offset), eventId_); in AssemblePlaybackPosChanged()
193 HILOGI("eventId_ in AssemblePlaybackPosChanged()
[all...]
H A Davrcp_tg_notification.h222 return eventId_; in GetEventId()
254 uint8_t eventId_ {AVRC_TG_EVENT_ID_RESERVED}; // The value of the "EventID".
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/command/
H A Devent_status_change_command.cpp25 : userId_(userId), eventId_(event), value_(value) in EventStatusChangeCommand()
38 userId_, eventId_, value_); in Executing()
39 EventsMonitor::GetInstance().NotifyEventToObervers(userId_, eventId_, value_); in Executing()
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_notify_event_req.h29 return eventId_; in GetEventId()
34 eventId_ = eventId; in SetEventId()
48 int32_t eventId_; member in OHOS::DistributedHardware::IpcNotifyEventReq
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Devent_info.h49 eventId_ = eventId; in SetEventId()
54 return eventId_; in GetEventId()
79 std::string ret = "eventId : " + std::to_string(eventId_) + " intArgs_ : ["; in ToString()
90 int32_t eventId_ {0};
/foundation/ability/ability_runtime/services/common/include/
H A Devent_handler_wrap.h35 EventWrap(uint32_t eventId, int64_t param) : eventId_(eventId), param_(param) in EventWrap()
39 EventWrap(uint32_t eventId, int64_t param, bool isExtension) : eventId_(eventId), param_(param), in EventWrap()
45 : eventId_(eventId), param_(0), eventData_(data) in EventWrap()
53 return eventId_; in GetEventId()
73 return std::to_string(eventId_) + "_" + std::to_string(param_); in GetEventString()
100 uint32_t eventId_; member in OHOS::AAFwk::EventWrap
/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Dstandby_messsage.h55 explicit StandbyMessage(uint32_t eventId): eventId_(eventId) {} in StandbyMessage()
56 StandbyMessage(uint32_t eventId, const std::string& action): eventId_(eventId), action_(action) {} in StandbyMessage()
58 uint32_t eventId_ {0};
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dnetwork_strategy.cpp46 STANDBYSERVICE_LOGD("enter NetworkStrategy HandleEvent, eventId is %{public}d", message.eventId_); in HandleEvent()
47 switch (message.eventId_) { in HandleEvent()
73 STANDBYSERVICE_LOGD("enter NetworkStrategy UpdateAllowedList, eventId is %{public}d", message.eventId_); in UpdateAllowedList()
86 STANDBYSERVICE_LOGD("enter NetworkStrategy StartNetLimit, eventId is %{public}d", message.eventId_); in StartNetLimit()
98 STANDBYSERVICE_LOGD("enter NetworkStrategy StopNetLimit, eventId is %{public}d", message.eventId_); in StopNetLimit()
H A Dwork_scheduler_strategy.cpp24 message.eventId_, message.action_.c_str()); in HandleEvent()
H A Dtimer_strategy.cpp24 message.eventId_, message.action_.c_str()); in HandleEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_event.cpp20 : Event(evtId), eventId_(evtId), storeInfo_(std::move(storeInfo)) in CloudEvent()
31 return eventId_; in GetEventId()
/foundation/ability/form_fwk/services/src/
H A Dform_event_handler.cpp24 int64_t FormEventHandler::eventId_ = 0; member in OHOS::AppExecFwk::FormEventHandler
53 eventId_++; in GetEventId()
54 return eventId_; in GetEventId()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_notification.cpp31 eventId_ = eventId; in AvrcCtNotifyPacket()
75 offset += PushOctets1((bufferPtr + offset), eventId_); in AssembleParameters()
76 HILOGI("eventId_: %{public}x", eventId_); in AssembleParameters()
102 eventId_ = static_cast<uint8_t>(payload); in DisassembleParameters()
103 HILOGI("eventId_: %{public}x", eventId_); in DisassembleParameters()
105 switch (eventId_) { in DisassembleParameters()
H A Davrcp_ct_notification.h147 return eventId_; in GetEventId()
231 uint8_t eventId_ {AVRC_CT_EVENT_ID_RESERVED}; // The value of the "EventID".
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_app_state_obsever.cpp59 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::ABILITY_FOREGROUND; in OnAbilityStateChanged()
65 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::ABILITY_BACKGROUND; in OnAbilityStateChanged()
68 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::ABILITY_STOP; in OnAbilityStateChanged()
H A Dbundle_active_continuous_task_observer.cpp104 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::LONG_TIME_TASK_STARTTED; in ReportContinuousTaskEvent()
106 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::LONG_TIME_TASK_ENDED; in ReportContinuousTaskEvent()
112 tmpHandlerObject.event_.continuousTaskAbilityName_.c_str(), tmpHandlerObject.event_.eventId_, in ReportContinuousTaskEvent()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp40 it.eventId_, (long long)it.timeStamp_); in Init()
187 if (event.eventId_ != BundleActiveEvent::SYSTEM_INTERACTIVE && event.eventId_ != BundleActiveEvent::FLUSH) { in ReportEvent()
190 if (event.eventId_ == BundleActiveEvent::ABILITY_FOREGROUND) { in ReportEvent()
197 switch (event.eventId_) { in ReportEvent()
211 it->Update(event.bundleName_, event.continuousTaskAbilityName_, event.timeStamp_, event.eventId_, in ReportEvent()
220 if (event.eventId_ != BundleActiveEvent::FLUSH) { in ReportEvent()
228 if (event.eventId_ != BundleActiveEvent::SHUTDOWN) { in ReportForShutdown()
237 it->Update(event.bundleName_, event.continuousTaskAbilityName_, event.timeStamp_, event.eventId_, in ReportForShutdown()
582 && ((currentStats->events_.events_[i].eventId_ in GetCachedSystemEvents()
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dability_running_record.cpp79 eventId_ = eventId; in SetEventId()
84 return eventId_; in GetEventId()
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h49 NotifyEvent(int32_t eventId, const std::string &deviceId) : eventId_(eventId), deviceId_(deviceId) {}; in NotifyEvent()
54 return eventId_; in GetEventId()
61 int32_t eventId_; member in OHOS::DistributedHardware::NotifyEvent
/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp34 : moduleId_(mId), eventId_(eId), eventType_(type) {} in EventBean()
39 FALSE_RETURN_V_MSG_E(parcel.WriteInt32(eventId_), false, "write eventId failed"); in WriteToParcel()
79 eventId_ = static_cast<EventId>(parcel.ReadInt32()); in ReadFromParcel()
165 return eventId_;
180 eventId_ = eId;
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/command/
H A Devent_status_change_command.h37 const EventType eventId_; member in OHOS::CameraStandard::DeferredProcessing::EventStatusChangeCommand
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp266 stat.eventId_ = 1; in HWTEST_F()
269 stat.eventId_ = 0; in HWTEST_F()
290 event.eventId_ = BundleActiveEvent::ABILITY_FOREGROUND; in HWTEST_F()
294 event.eventId_ = BundleActiveEvent::SHUTDOWN; in HWTEST_F()
316 event.eventId_ = BundleActiveEvent::FORM_IS_CLICKED; in HWTEST_F()
319 event.eventId_ = BundleActiveEvent::FORM_IS_REMOVED; in HWTEST_F()
681 event.eventId_ = BundleActiveEvent::SYSTEM_INTERACTIVE; in HWTEST_F()
684 event.eventId_ = BundleActiveEvent::FLUSH; in HWTEST_F()
687 event.eventId_ = BundleActiveEvent::SCREEN_INTERACTIVE; in HWTEST_F()
690 event.eventId_ in HWTEST_F()
[all...]
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event_stats.h28 int32_t eventId_; member in OHOS::DeviceUsageStats::BundleActiveEventStats
48 * return: member eventId_.

Completed in 10 milliseconds

123