Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp77 WMError PictureInPictureController::CreatePictureInPictureWindow(StartPipType startType) in CreatePictureInPictureWindow() argument
92 if (startType != StartPipType::AUTO_START && mainWindow_->GetWindowState() != WindowState::STATE_SHOWN) { in CreatePictureInPictureWindow()
125 WMError PictureInPictureController::ShowPictureInPictureWindow(StartPipType startType) in ShowPictureInPictureWindow() argument
127 TLOGI(WmsLogTag::WMS_PIP, "startType:%{public}u", startType); in ShowPictureInPictureWindow()
134 SingletonContainer::Get<PiPReporter>().ReportPiPStartWindow(static_cast<int32_t>(startType), in ShowPictureInPictureWindow()
148 SingletonContainer::Get<PiPReporter>().ReportPiPStartWindow(static_cast<int32_t>(startType), in ShowPictureInPictureWindow()
156 if (startType == StartPipType::AUTO_START) { in ShowPictureInPictureWindow()
166 SingletonContainer::Get<PiPReporter>().ReportPiPStartWindow(static_cast<int32_t>(startType), in ShowPictureInPictureWindow()
172 WMError PictureInPictureController::StartPictureInPicture(StartPipType startType) in StartPictureInPicture() argument
221 StartPictureInPictureInner(StartPipType startType) StartPictureInPictureInner() argument
[all...]
/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h68 WMError StartPictureInPicture(StartPipType startType);
111 WMError CreatePictureInPictureWindow(StartPipType startType);
112 WMError ShowPictureInPictureWindow(StartPipType startType);
113 WMError StartPictureInPictureInner(StartPipType startType);
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp117 StartPipType startType = StartPipType::NULL_START; in HWTEST_F() local
128 ASSERT_EQ(WMError::WM_ERROR_PIP_CREATE_FAILED, pipControl->ShowPictureInPictureWindow(startType)); in HWTEST_F()
132 ASSERT_EQ(WMError::WM_ERROR_PIP_STATE_ABNORMALLY, pipControl->ShowPictureInPictureWindow(startType)); in HWTEST_F()
139 ASSERT_EQ(WMError::WM_ERROR_PIP_INTERNAL_ERROR, pipControl->ShowPictureInPictureWindow(startType)); in HWTEST_F()
141 ASSERT_EQ(WMError::WM_OK, pipControl->ShowPictureInPictureWindow(startType)); in HWTEST_F()
143 startType = StartPipType::AUTO_START; in HWTEST_F()
144 ASSERT_EQ(WMError::WM_OK, pipControl->ShowPictureInPictureWindow(startType)); in HWTEST_F()
145 startType = StartPipType::NULL_START; in HWTEST_F()
148 ASSERT_EQ(WMError::WM_OK, pipControl->ShowPictureInPictureWindow(startType)); in HWTEST_F()
151 ASSERT_EQ(WMError::WM_OK, pipControl->ShowPictureInPictureWindow(startType)); in HWTEST_F()
216 StartPipType startType = StartPipType::AUTO_START; HWTEST_F() local
242 StartPipType startType = StartPipType::AUTO_START; HWTEST_F() local
281 StartPipType startType = StartPipType::NULL_START; HWTEST_F() local
295 StartPipType startType = StartPipType::AUTO_START; HWTEST_F() local
324 StartPipType startType = StartPipType::AUTO_START; HWTEST_F() local
364 StartPipType startType = StartPipType::USER_START; HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/dfx/
H A Dcamera_report_uitls.cpp84 string startType = isPrelaunching_ ? "preLaunch" : "open"; in SetOpenCamPerfEndInfo() local
87 ReportOpenCameraPerf(openCamPerfEndTime_ - openCamPerfStartTime_, startType); in SetOpenCamPerfEndInfo()
91 void CameraReportUtils::ReportOpenCameraPerf(uint64_t costTime, const string& startType) in ReportOpenCameraPerf() argument
104 "START_TYPE", startType, in ReportOpenCameraPerf()
/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h47 int32_t startType = 0; member
/foundation/multimedia/camera_framework/services/camera_service/include/dfx/
H A Dcamera_report_uitls.h169 void ReportOpenCameraPerf(uint64_t costTime, const std::string& startType);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1300 const AppStartType startType) in SendAppStartupTypeEvent()
1327 eventInfo.startType = static_cast<int32_t>(startType); in SendAppStartupTypeEvent()
1299 SendAppStartupTypeEvent(const std::shared_ptr<AbilityRunningRecord> &ability, const AppStartType startType) SendAppStartupTypeEvent() argument
H A Dapp_mgr_service_inner.cpp3614 const std::shared_ptr<AbilityInfo> &abilityInfo, const AppStartType startType) in SendAppStartupTypeEvent()
3639 eventInfo.startType = static_cast<int32_t>(startType); in SendAppStartupTypeEvent()
3613 SendAppStartupTypeEvent(const std::shared_ptr<AppRunningRecord> &appRecord, const std::shared_ptr<AbilityInfo> &abilityInfo, const AppStartType startType) SendAppStartupTypeEvent() argument
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h726 void SendAppStartupTypeEvent(const std::shared_ptr<AbilityRunningRecord> &ability, const AppStartType startType);
H A Dapp_mgr_service_inner.h1663 const std::shared_ptr<AbilityInfo> &abilityInfo, const AppStartType startType);
/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp82 EVENT_KEY_START_TYPE, eventInfo.startType); in SendAppEvent()

Completed in 26 milliseconds