Home
last modified time | relevance | path

Searched refs:ReportPiPActionEvent (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dpip_report.h32 void ReportPiPActionEvent(int32_t templateType, const std::string& actionEvent);
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_manager_test.cpp76 * @tc.desc: PutPipControllerInfo/RemovePipControllerInfo/ReportPiPStartWindow/ReportPiPStopWindow/ReportPiPActionEvent
95 SingletonContainer::Get<PiPReporter>().ReportPiPActionEvent(1, actionEvent); in HWTEST_F()
97 SingletonContainer::Get<PiPReporter>().ReportPiPActionEvent(1, actionEvent); in HWTEST_F()
417 SingletonContainer::Get<PiPReporter>().ReportPiPActionEvent(1, "close"); in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dpip_report.cpp116 void PiPReporter::ReportPiPActionEvent(int32_t templateType, const std::string& actionEvent) in ReportPiPActionEvent() function in OHOS::Rosen::PiPReporter
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp525 SingletonContainer::Get<PiPReporter>().ReportPiPActionEvent(pipOption_->GetPipTemplate(), actionName); in DoActionEvent()

Completed in 4 milliseconds