Home
last modified time | relevance | path

Searched refs:ExitFullScreen (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.h36 bool ExitFullScreen();
40 ExitFullScreen();
H A Dvideo_full_screen_pattern.cpp81 bool VideoFullScreenPattern::ExitFullScreen() in ExitFullScreen() function in OHOS::Ace::NG::VideoFullScreenPattern
H A Dvideo_pattern.cpp1474 fullScreenPattern->ExitFullScreen(); in OnModifyDone()
1486 fullScreenPattern->ExitFullScreen(); in OnModifyDone()
1498 fullScreenPattern->ExitFullScreen(); in OnModifyDone()
1641 pattern->ExitFullScreen(); in OnModifyDone()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dmock_full_screen_manager.cpp28 void FullScreenManager::ExitFullScreen(const RefPtr<FrameNode>& frameNode) in ExitFullScreen() function in OHOS::Ace::NG::FullScreenManager
H A Dpipeline_context_test_ng.cpp1301 context_->fullScreenManager_->ExitFullScreen(frameNode); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/full_screen/
H A Dfull_screen_manager.h38 void ExitFullScreen(const RefPtr<FrameNode>& frameNode);
H A Dfull_screen_manager.cpp67 void FullScreenManager::ExitFullScreen(const RefPtr<FrameNode>& frameNode) in ExitFullScreen() function in OHOS::Ace::NG::FullScreenManager
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dfull_screen_manager_test_ng.cpp63 * @tc.desc: RequestFullScreen Successfully and then ExitFullScreen Successfully
120 * @tc.steps: step5. call ExitFullScreen function in HWTEST_F()
122 fullScreenManager->ExitFullScreen(frameNode); in HWTEST_F()
137 * @tc.desc: ExitFullScreen without RequestFullScreen
166 * @tc.steps: step4. call the ExitFullScreen function without calling RequestFullScreen function before in HWTEST_F()
168 fullScreenManager->ExitFullScreen(frameNode); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp136 ExitFullScreen(); in ~VideoElement()
141 ExitFullScreen(); in ~VideoElement()
703 videoElement->ExitFullScreen(); in PrepareMultiModalEvent()
912 videoElement->ExitFullScreen(); in SetMethodCall()
919 videoElement->ExitFullScreen(); in SetMethodCall()
1646 ExitFullScreen(); in OnStartBtnClick()
1865 void VideoElement::ExitFullScreen() in OnStartBtnClick() function in OHOS::Ace::VideoElement
1989 ExitFullScreen(); in OnStartBtnClick()
H A Dvideo_element.h69 void ExitFullScreen();
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp276 g_webPattern->ExitFullScreen(); in HWTEST_F()
278 g_webPattern->ExitFullScreen(); in HWTEST_F()
H A Dmock_web_delegate.cpp253 void FullScreenExitHandlerOhos::ExitFullScreen() {} in ExitFullScreen() function in OHOS::Ace::FullScreenExitHandlerOhos
714 void WebDelegate::ExitFullScreen() {} in ExitFullScreen() function in OHOS::Ace::WebDelegate
H A Dweb_pattern_new_branch_test.cpp918 void ExitFullScreen() {}; in ExitFullScreen() function in OHOS::Ace::NG::FullScreenExitHandlerMock
H A Dweb_pattern_nbranch_test.cpp192 void ExitFullScreen() {}; in ExitFullScreen() function in OHOS::Ace::NG::FullScreenExitHandlerMock
H A Dweb_pattern_window_test_ng.cpp239 void ExitFullScreen() {}; in ExitFullScreen() function in OHOS::OHOS::Ace::NG::FullScreenExitHandlerMock
H A Dweb_pattern_focus_test_ng.cpp1424 * @tc.desc: ExitFullScreen
1438 webPattern->ExitFullScreen(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp1033 void WebPattern::ExitFullScreen() in ExitFullScreen() function in OHOS::Ace::NG::WebPattern
1103 webFullScreenExitHandler->ExitFullScreen(); in OnBackPressed()
1116 webFullScreenExitHandler->ExitFullScreen(); in OnBackPressedForFullScreen()
H A Dweb_pattern.h379 void ExitFullScreen();
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_extra_add.cpp1455 /* Indirectly call the RecoverState function by calling the ExitFullScreen function */ in HWTEST_F()
1456 EXPECT_TRUE(fullScreenPattern->ExitFullScreen()); in HWTEST_F()
1465 /* Indirectly call the RecoverState function by calling the ExitFullScreen function */ in HWTEST_F()
1466 EXPECT_TRUE(fullScreenPattern->ExitFullScreen()); in HWTEST_F()
1478 /* Indirectly call the RecoverState function by calling the ExitFullScreen function */ in HWTEST_F()
1479 EXPECT_TRUE(fullScreenPattern->ExitFullScreen()); in HWTEST_F()
1489 /* Indirectly call the RecoverState function by calling the ExitFullScreen function */ in HWTEST_F()
1490 EXPECT_TRUE(fullScreenPattern->ExitFullScreen()); in HWTEST_F()
H A Dvideo_property_test_ng.cpp523 fullScreenPattern1->ExitFullScreen(); // will called onFullScreenChange(true) in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h123 void ExitFullScreen() override;
865 void ExitFullScreen();
H A Dweb_delegate.cpp219 void FullScreenExitHandlerOhos::ExitFullScreen() in ExitFullScreen() function in OHOS::Ace::FullScreenExitHandlerOhos
226 handler_->ExitFullScreen(); in ExitFullScreen()
228 delegate->ExitFullScreen(); in ExitFullScreen()
4445 void WebDelegate::ExitFullScreen() in ExitFullScreen() function in OHOS::Ace::WebDelegate
4450 webPattern->ExitFullScreen(); in ExitFullScreen()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h856 virtual void ExitFullScreen() = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h501 void ExitFullScreen();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp163 JSClass<JSFullScreenExitHandler>::CustomMethod("exitFullScreen", &JSFullScreenExitHandler::ExitFullScreen); in JSBind()
173 void ExitFullScreen(const JSCallbackInfo& args) in ExitFullScreen() function in OHOS::OHOS::Ace::Framework::JSFullScreenExitHandler
176 fullScreenExitHandler_->ExitFullScreen(); in ExitFullScreen()

Completed in 68 milliseconds

12