Searched refs:ProcessIntent (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state_machine.cpp | 90 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 D | state_machine.h | 72 Action ProcessIntent(Intent intent, const Plugin::Any& param);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | state_machine.cpp | 100 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 D | state_machine.h | 68 Action ProcessIntent(Intent intent, const Plugin::Any& param);
|