Searched refs:DispatchIntent (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state.cpp | 42 return DispatchIntent(intent, param); in Execute() 136 std::tuple<ErrorCode, Action> State::DispatchIntent(Intent intent, const Plugin::Any& param) in DispatchIntent() function in OHOS::Media::Record::State 147 MEDIA_LOG_D("DispatchIntent " PUBLIC_LOG_S ", curState: " PUBLIC_LOG_S ", nextState: " PUBLIC_LOG_S, in DispatchIntent()
|
H A D | state.h | 99 std::tuple<ErrorCode, Action> DispatchIntent(Intent intent, const Plugin::Any& param);
|
/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | state.cpp | 91 return DispatchIntent(intent, param); in Execute() 158 std::tuple<ErrorCode, Action> State::DispatchIntent(Intent intent, const Plugin::Any& param) in DispatchIntent() function in OHOS::Media::State 202 MEDIA_LOG_D("DispatchIntent " PUBLIC_LOG_S ", curState: " PUBLIC_LOG_S ", action: " PUBLIC_LOG_S, in DispatchIntent()
|
H A D | state.h | 98 std::tuple<ErrorCode, Action> DispatchIntent(Intent intent, const Plugin::Any& param);
|
Completed in 2 milliseconds