/foundation/window/window_manager/utils/include/ |
H A D | pip_report.h | 30 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 D | pip_report.cpp | 72 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 D | pip_fuzzer.cpp | 57 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 D | js_pip_window_manager.cpp | 111 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 D | grid_container_info.h | 83 void SetGridTemplateType(const GridTemplateType& templateType) in SetGridTemplateType() argument 85 containerInfo_->templateType_ = templateType; in SetGridTemplateType()
|
H A D | grid_system_manager.h | 57 SystemGridInfo GetSystemGridInfo(const GridTemplateType& templateType, double width);
|
H A D | grid_system_manager.cpp | 159 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 D | picture_in_picture_option.cpp | 35 void PipOption::SetPipTemplate(uint32_t templateType) in SetPipTemplate() argument 37 templateType_ = templateType; in SetPipTemplate()
|
H A D | picture_in_picture_controller.cpp | 310 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 D | dom_grid_container.cpp | 107 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 D | picture_in_picture_option.h | 33 void SetPipTemplate(uint32_t templateType);
|