Searched refs:OnIntentExecuted (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state_machine.cpp | 114 OnIntentExecuted(intent, nextAction, rtv); in ProcessIntent() 217 void StateMachine::OnIntentExecuted(Intent intent, Action action, ErrorCode result) in OnIntentExecuted() function in OHOS::Media::Record::StateMachine 219 MEDIA_LOG_D("OnIntentExecuted, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_D32 ", action: " PUBLIC_LOG in OnIntentExecuted()
|
H A D | state_machine.h | 82 void OnIntentExecuted(Intent intent, Action action, ErrorCode result);
|
/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | state_machine.h | 78 void OnIntentExecuted(Intent intent, Action action, ErrorCode result);
|
H A D | state_machine.cpp | 124 OnIntentExecuted(intent, nextAction, rtv); in ProcessIntent() 236 void StateMachine::OnIntentExecuted(Intent intent, Action action, ErrorCode result) in OnIntentExecuted() function in OHOS::Media::StateMachine 238 MEDIA_LOG_D("OnIntentExecuted, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_S ", action: " PUBLIC_LOG_S in OnIntentExecuted()
|
Completed in 2 milliseconds