Home
last modified time | relevance | path

Searched refs:SendEventAsync (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate_machine.cpp74 [this, intent, param] { return SendEventAsync(intent, param) == ErrorCode::SUCCESS; }, in SendEvent()
82 ErrorCode StateMachine::SendEventAsync(Intent intent, const Plugin::Any& param) const in SendEventAsync() function in OHOS::Media::Record::StateMachine
84 return const_cast<StateMachine*>(this)->SendEventAsync(intent, param); in SendEventAsync()
87 ErrorCode StateMachine::SendEventAsync(Intent intent, const Plugin::Any& param) in SendEventAsync() function in OHOS::Media::Record::StateMachine
89 MEDIA_LOG_D("SendEventAsync, intent: " PUBLIC_LOG_D32, static_cast<int>(intent)); in SendEventAsync()
H A Dstate_machine.h65 ErrorCode SendEventAsync(Intent intent, const Plugin::Any& param = {});
67 ErrorCode SendEventAsync(Intent intent, const Plugin::Any& param = {}) const;
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate_machine.h59 ErrorCode SendEventAsync(Intent intent, const Plugin::Any& param = {});
61 ErrorCode SendEventAsync(Intent intent, const Plugin::Any& param = {}) const;
H A Dstate_machine.cpp83 intent, [this, intent, param] { return SendEventAsync(intent, param) == ErrorCode::SUCCESS; }, in SendEvent()
91 ErrorCode StateMachine::SendEventAsync(Intent intent, const Plugin::Any& param) const in SendEventAsync() function in OHOS::Media::StateMachine
93 return const_cast<StateMachine*>(this)->SendEventAsync(intent, param); in SendEventAsync()
96 ErrorCode StateMachine::SendEventAsync(Intent intent, const Plugin::Any& param) in SendEventAsync() function in OHOS::Media::StateMachine
98 MEDIA_LOG_D("SendEventAsync, intent: " PUBLIC_LOG_S " - " PUBLIC_LOG_D32, in SendEventAsync()
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp94 fsm_.SendEventAsync(Intent::STOP); in ~HiPlayerImpl()
219 return fsm_.SendEventAsync(Intent::STOP); in StopAsync()
288 fsm_.SendEventAsync(Intent::NOTIFY_ERROR, event.param); in OnEvent()
292 fsm_.SendEventAsync(Intent::NOTIFY_READY); in OnEvent()
297 fsm_.SendEventAsync(Intent::NOTIFY_COMPLETE); in OnEvent()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestStateMachine.cpp55 stateMachine_->SendEventAsync(Intent::STOP);
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp282 fsm_.SendEventAsync(Intent::NOTIFY_ERROR, event.param); in OnEvent()
291 fsm_.SendEventAsync(Intent::NOTIFY_READY); in OnEvent()
297 fsm_.SendEventAsync(Intent::NOTIFY_COMPLETE); in OnEvent()

Completed in 6 milliseconds