Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dpip_report.h32 void ReportPiPControlEvent(int32_t templateType, PiPControlType controlType);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dpip_report.cpp136 void PiPReporter::ReportPiPControlEvent(int32_t templateType, PiPControlType controlType) in ReportPiPControlEvent() function in OHOS::Rosen::PiPReporter
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp524 …SingletonContainer::Get<PiPReporter>().ReportPiPControlEvent(pipOption_->GetPipTemplate(), control… in DoControlEvent()