Searched refs:SendEventAsync (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state_machine.cpp | 74 [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 D | state_machine.h | 65 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 D | state_machine.h | 59 ErrorCode SendEventAsync(Intent intent, const Plugin::Any& param = {}); 61 ErrorCode SendEventAsync(Intent intent, const Plugin::Any& param = {}) const;
|
H A D | state_machine.cpp | 83 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 D | hiplayer_impl.cpp | 94 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 D | TestStateMachine.cpp | 55 stateMachine_->SendEventAsync(Intent::STOP);
|
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hirecorder_impl.cpp | 282 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