Home
last modified time | relevance | path

Searched refs:templateType (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dpip_report.h30 void ReportPiPStartWindow(int32_t source, int32_t templateType, int32_t isSuccess, const std::string& errorReason);
31 void ReportPiPStopWindow(int32_t source, int32_t templateType, int32_t isSuccess, const std::string& errorReason);
32 void ReportPiPActionEvent(int32_t templateType, const std::string& actionEvent);
33 void ReportPiPControlEvent(int32_t templateType, PiPControlType controlType);
/foundation/window/window_manager/utils/src/
H A Dpip_report.cpp72 void PiPReporter::ReportPiPStartWindow(int32_t source, int32_t templateType, in ReportPiPStartWindow() argument
87 EVENT_KEY_TEMPLATE_TYPE, templateType, in ReportPiPStartWindow()
94 void PiPReporter::ReportPiPStopWindow(int32_t source, int32_t templateType, in ReportPiPStopWindow() argument
109 EVENT_KEY_TEMPLATE_TYPE, templateType, in ReportPiPStopWindow()
116 void PiPReporter::ReportPiPActionEvent(int32_t templateType, const std::string& actionEvent) in ReportPiPActionEvent() argument
130 EVENT_KEY_TEMPLATE_TYPE, templateType, in ReportPiPActionEvent()
136 void PiPReporter::ReportPiPControlEvent(int32_t templateType, PiPControlType controlType) in ReportPiPControlEvent() argument
138 TLOGI(WmsLogTag::WMS_PIP, "templateType:%{public}d, controlType:%{public}d", templateType, controlType); in ReportPiPControlEvent()
144 EVENT_KEY_TEMPLATE_TYPE, templateType, in ReportPiPControlEvent()
[all...]
/foundation/window/window_manager/test/fuzztest/wms/pip_fuzzer/
H A Dpip_fuzzer.cpp57 uint32_t templateType = 0; in DoSomethingInterestingWithMyAPI() local
58 startPos += GetObject<uint32_t>(templateType, data + startPos, size - startPos); in DoSomethingInterestingWithMyAPI()
59 option->SetPipTemplate(templateType); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_manager.cpp111 uint32_t templateType) in GetControlGroupFromJs()
118 if (type == napi_undefined && templateType == static_cast<uint32_t>(PiPTemplateType::VIDEO_LIVE)) { in GetControlGroupFromJs()
155 uint32_t templateType = static_cast<uint32_t>(PiPTemplateType::VIDEO_PLAY); in GetPictureInPictureOptionFromJs() local
162 napi_get_named_property(env, optionObject, "templateType", &templateTypeValue); in GetPictureInPictureOptionFromJs()
171 ConvertFromJsValue(env, templateTypeValue, templateType); in GetPictureInPictureOptionFromJs()
174 GetControlGroupFromJs(env, controlGroup, controls, templateType); in GetPictureInPictureOptionFromJs()
179 option.SetPipTemplate(templateType); in GetPictureInPictureOptionFromJs()
110 GetControlGroupFromJs(napi_env env, napi_value controlGroup, std::vector<std::uint32_t>& controls, uint32_t templateType) GetControlGroupFromJs() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_container_info.h83 void SetGridTemplateType(const GridTemplateType& templateType) in SetGridTemplateType() argument
85 containerInfo_->templateType_ = templateType; in SetGridTemplateType()
H A Dgrid_system_manager.h57 SystemGridInfo GetSystemGridInfo(const GridTemplateType& templateType, double width);
H A Dgrid_system_manager.cpp159 SystemGridInfo GridSystemManager::GetSystemGridInfo(const GridTemplateType& templateType, double width) in GetSystemGridInfo() argument
162 if (templateType == GridTemplateType::NORMAL) { in GetSystemGridInfo()
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_option.cpp35 void PipOption::SetPipTemplate(uint32_t templateType) in SetPipTemplate() argument
37 templateType_ = templateType; in SetPipTemplate()
H A Dpicture_in_picture_controller.cpp310 uint32_t templateType = 0; in StopPictureInPictureInner() local
312 templateType = pipOption_->GetPipTemplate(); in StopPictureInPictureInner()
317 templateType, FAILED, "pipController is null"); in StopPictureInPictureInner() local
352 templateType, PIP_SUCCESS, "pip window stop success"); in StopPictureInPictureInner() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_container.cpp107 auto templateType = GridTemplateType::NORMAL; in SetSpecializedAttr() local
110 templateType = iter->second; in SetSpecializedAttr()
112 container.infoBuilder_.SetGridTemplateType(templateType); in SetSpecializedAttr()
/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_option.h33 void SetPipTemplate(uint32_t templateType);

Completed in 5 milliseconds