Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp33 xcomponentComponent->SetXComponentController(xcomponentController); in Create()
/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.h95 WMError SetXComponentController(std::shared_ptr<XComponentController> xComponentController);
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp248 pipControl->pipOption_->SetXComponentController(nullptr); in HWTEST_F()
252 pipControl->pipOption_->SetXComponentController(xComponentController); in HWTEST_F()
255 pipControl->pipOption_->SetXComponentController(nullptr); in HWTEST_F()
277 pipControl->pipOption_->SetXComponentController(xComponentController); in HWTEST_F()
933 * @tc.name: SetXComponentController
934 * @tc.desc: SetXComponentController
937 HWTEST_F(PictureInPictureControllerTest, SetXComponentController, Function | SmallTest | Level2) in HWTEST_F()
948 ASSERT_EQ(WMError::WM_OK, pipControl->SetXComponentController(xComponentController)); in HWTEST_F()
951 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->SetXComponentController(xComponentController)); in HWTEST_F()
956 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->SetXComponentController(xComponentControlle in HWTEST_F()
[all...]
/foundation/window/window_manager/test/fuzztest/wms/pip_fuzzer/
H A Dpip_fuzzer.cpp56 option->SetXComponentController(xComponentController); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_option.cpp131 void PipOption::SetXComponentController(std::shared_ptr<XComponentController> xComponentController) in SetXComponentController() function in OHOS::Rosen::PipOption
H A Dpicture_in_picture_controller.cpp681 WMError PictureInPictureController::SetXComponentController(std::shared_ptr<XComponentController> xComponentController) in SetXComponentController() function in OHOS::Rosen::PictureInPictureController
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h218 void SetXComponentController(const std::shared_ptr<InnerXComponentController>& xcomponentController) in SetXComponentController() function in OHOS::Ace::XComponentComponent
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_manager.cpp182 option.SetXComponentController(xComponentControllerResult); in GetPictureInPictureOptionFromJs()
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/inner/
H A Djs_pip_manager.cpp95 WMError errCode = pipController->SetXComponentController(xComponentControllerResult); in OnInitXComponentController()

Completed in 7 milliseconds