Searched refs:pipOption (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_window_manager.cpp | 71 TLOGE(WmsLogTag::WMS_PIP, "pipOption param error, controlGroup not matches, controlGroup: %{public}u", in checkControlsRules() 82 TLOGE(WmsLogTag::WMS_PIP, "pipOption param error, %{public}u conflicts with %{public}u in controlGroups", in checkControlsRules() 94 TLOGE(WmsLogTag::WMS_PIP, "pipOption param error, context is nullptr."); in checkOptionParams() 98 TLOGE(WmsLogTag::WMS_PIP, "pipOption param error, XComponentController is nullptr."); in checkOptionParams() 104 TLOGE(WmsLogTag::WMS_PIP, "pipOption param error, pipTemplateType not exists."); in checkOptionParams() 219 napi_value JsPipWindowManager::NapiSendTask(napi_env env, PipOption& pipOption) in NapiSendTask() argument 223 auto asyncTask = [this, env, task = napiAsyncTask, pipOption]() { in NapiSendTask() 229 sptr<PipOption> pipOptionPtr = new PipOption(pipOption); in NapiSendTask() 268 PipOption pipOption; in OnCreatePipController() local 269 if (GetPictureInPictureOptionFromJs(env, config, pipOption) in OnCreatePipController() [all...] |
H A D | js_pip_window_manager.h | 36 napi_value NapiSendTask(napi_env env, PipOption& pipOption);
|
/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_controller.h | 66 PictureInPictureController(sptr<PipOption> pipOption, sptr<Window> mainWindow, uint32_t mainWindowId, napi_env env);
|
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_controller.cpp | 64 PictureInPictureController::PictureInPictureController(sptr<PipOption> pipOption, sptr<Window> mainWindow, in PictureInPictureController() argument 66 : weakRef_(this), pipOption_(pipOption), mainWindow_(mainWindow), mainWindowId_(windowId), env_(env) in PictureInPictureController() 80 TLOGE(WmsLogTag::WMS_PIP, "Create pip failed, invalid pipOption"); in CreatePictureInPictureWindow() 176 TLOGE(WmsLogTag::WMS_PIP, "pipOption is null or Get PictureInPictureOption failed"); in StartPictureInPicture() 433 TLOGE(WmsLogTag::WMS_PIP, "pipOption is null"); in SetAutoStartEnabled()
|
Completed in 4 milliseconds