Home
last modified time | relevance | path

Searched refs:SetXComponentController (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp249 pipControl->pipOption_->SetXComponentController(nullptr);
253 pipControl->pipOption_->SetXComponentController(xComponentController);
256 pipControl->pipOption_->SetXComponentController(nullptr);
278 pipControl->pipOption_->SetXComponentController(xComponentController);
938 HWTEST_F(PictureInPictureControllerTest, SetXComponentController, Function | SmallTest | Level2)
949 ASSERT_EQ(WMError::WM_OK, pipControl->SetXComponentController(xComponentController));
952 …ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->SetXComponentController(xComponentCo…
957 …ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->SetXComponentController(xComponentCo…
960 …ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->SetXComponentController(xComponentCo…
964 …ASSERT_EQ(WMError::WM_ERROR_PIP_INTERNAL_ERROR, pipControl->SetXComponentController(xComponentCont…
[all …]
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_option.h37 void SetXComponentController(std::shared_ptr<XComponentController> xComponentController);
H A Dpicture_in_picture_controller.h92 WMError SetXComponentController(std::shared_ptr<XComponentController> xComponentController);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp34 xcomponentComponent->SetXComponentController(xcomponentController); in Create()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_option.cpp130 void PipOption::SetXComponentController(std::shared_ptr<XComponentController> xComponentController) in SetXComponentController() function in OHOS::Rosen::PipOption
H A Dpicture_in_picture_controller.cpp655 WMError PictureInPictureController::SetXComponentController(std::shared_ptr<XComponentController> x… in SetXComponentController() function in OHOS::Rosen::PictureInPictureController
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/pip_fuzzer/
H A Dpip_fuzzer.cpp56 option->SetXComponentController(xComponentController); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h218 …void SetXComponentController(const std::shared_ptr<InnerXComponentController>& xcomponentControlle… in SetXComponentController() function
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/inner/
H A Djs_pip_manager.cpp88 WMError errCode = pipController->SetXComponentController(xComponentControllerResult); in OnInitXComponentController()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_manager.cpp179 option.SetXComponentController(xComponentControllerResult); in GetPictureInPictureOptionFromJs()