Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.h195 VoiceEvent exitFullscreenVoiceEvent_; variable
H A Dvideo_element.cpp754 exitFullscreenVoiceEvent_ = VoiceEvent(EXIT_FULLSCREEN_LABEL, SceneLabel::VIDEO); in SubscribeMultiModal()
755 scene->SubscribeVoiceEvent(exitFullscreenVoiceEvent_, multimodalEventFullscreenExit_); in SubscribeMultiModal()
778 if (!exitFullscreenVoiceEvent_.GetVoiceContent().empty()) { in UnSubscribeMultiModal()
779 multiModalScene->UnSubscribeVoiceEvent(exitFullscreenVoiceEvent_); in UnSubscribeMultiModal()