Home
last modified time | relevance | path

Searched refs:EventStatusChangeCommand (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/command/
H A Devent_status_change_command.cpp24 EventStatusChangeCommand::EventStatusChangeCommand(const int32_t userId, const EventType event, con… in EventStatusChangeCommand() function in OHOS::CameraStandard::DeferredProcessing::EventStatusChangeCommand
30 EventStatusChangeCommand::~EventStatusChangeCommand() in ~EventStatusChangeCommand()
35 int32_t EventStatusChangeCommand::Executing() in Executing()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/command/
H A Devent_status_change_command.h25 class EventStatusChangeCommand : public Command {
26 DECLARE_CMD_CLASS(EventStatusChangeCommand);
29 EventStatusChangeCommand(const int32_t userId, const EventType event, const int value);
30 ~EventStatusChangeCommand() override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_monitor.cpp191 int32_t ret = DPS_SendCommand<EventStatusChangeCommand>(userId, event, value); in NotifyObserversUnlocked()