Home
last modified time | relevance | path

Searched refs:castPlusStateToString_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp305 if (castPlusStateToString_.count(castPlayerStates) != 0) { in GetCastAVPlaybackState()
306 avPlaybackState.SetState(castPlusStateToString_[castPlayerStates]); in GetCastAVPlaybackState()
437 if (castPlusStateToString_.count(playbackState) == 0) { in OnStateChanged()
441 SLOGD("On state changed, get state %{public}d", castPlusStateToString_[playbackState]); in OnStateChanged()
442 avCastPlaybackState.SetState(castPlusStateToString_[playbackState]); in OnStateChanged()
H A Dhw_cast_stream_player.h85 std::map<CastEngine::PlayerStates, int32_t> castPlusStateToString_ = { variable