Home
last modified time | relevance | path

Searched refs:pipControlEnableInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp836 PiPControlEnableInfo pipControlEnableInfo; in UnmarshallingPiPTemplateInfo() local
842 pipControlEnableInfo.controlType = static_cast<PiPControlType>(controlType); in UnmarshallingPiPTemplateInfo()
843 pipControlEnableInfo.enabled = static_cast<PiPControlStatus>(enabled); in UnmarshallingPiPTemplateInfo()
844 pipTemplateInfo.pipControlEnableInfoList.push_back(pipControlEnableInfo); in UnmarshallingPiPTemplateInfo()