Home
last modified time | relevance | path

Searched refs:ProcessIntent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate_machine.cpp90 if (jobs_.Push([this, intent, param]() -> Action { return ProcessIntent(intent, param); })) { in SendEventAsync()
96 Action StateMachine::ProcessIntent(Intent intent, const Plugin::Any& param) in ProcessIntent() function in OHOS::Media::Record::StateMachine
H A Dstate_machine.h72 Action ProcessIntent(Intent intent, const Plugin::Any& param);
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate_machine.cpp100 if (jobs_.Push([this, intent, param]() -> Action { return ProcessIntent(intent, param); })) { in SendEventAsync()
106 Action StateMachine::ProcessIntent(Intent intent, const Plugin::Any& param) in ProcessIntent() function in OHOS::Media::StateMachine
H A Dstate_machine.h68 Action ProcessIntent(Intent intent, const Plugin::Any& param);