Searched defs:templateType (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | grid_system_manager.cpp | 159 SystemGridInfo GridSystemManager::GetSystemGridInfo(const GridTemplateType& templateType, double width) in GetSystemGridInfo() argument
|
H A D | grid_container_info.h | 83 void SetGridTemplateType(const GridTemplateType& templateType) in SetGridTemplateType() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_grid_container.cpp | 107 auto templateType = GridTemplateType::NORMAL; in SetSpecializedAttr() local
|
/foundation/window/window_manager/test/fuzztest/wms/pip_fuzzer/ |
H A D | pip_fuzzer.cpp | 57 uint32_t templateType = 0; in DoSomethingInterestingWithMyAPI() local
|
/foundation/window/window_manager/utils/src/ |
H A D | pip_report.cpp | 72 void PiPReporter::ReportPiPStartWindow(int32_t source, int32_t templateType, in ReportPiPStartWindow() argument 94 void PiPReporter::ReportPiPStopWindow(int32_t source, int32_t templateType, in ReportPiPStopWindow() argument 116 void PiPReporter::ReportPiPActionEvent(int32_t templateType, const std::string& actionEvent) in ReportPiPActionEvent() argument 136 void PiPReporter::ReportPiPControlEvent(int32_t templateType, PiPControlType controlType) in ReportPiPControlEvent() argument [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_option.cpp | 35 void PipOption::SetPipTemplate(uint32_t templateType) in SetPipTemplate() argument
|
H A D | picture_in_picture_controller.cpp | 310 uint32_t templateType = 0; in StopPictureInPictureInner() local 317 templateType, FAILED, "pipController is null"); in StopPictureInPictureInner() local 352 templateType, PIP_SUCCESS, "pip window stop success"); in StopPictureInPictureInner() local
|
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_window_manager.cpp | 155 uint32_t templateType = static_cast<uint32_t>(PiPTemplateType::VIDEO_PLAY); in GetPictureInPictureOptionFromJs() local 110 GetControlGroupFromJs(napi_env env, napi_value controlGroup, std::vector<std::uint32_t>& controls, uint32_t templateType) GetControlGroupFromJs() argument
|
Completed in 6 milliseconds