Home
last modified time | relevance | path

Searched defs:startType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_controller_test.cpp111 StartPipType startType = StartPipType::NULL_START; variable
217 StartPipType startType = StartPipType::AUTO_START; variable
243 StartPipType startType = StartPipType::AUTO_START; variable
282 StartPipType startType = StartPipType::NULL_START; variable
296 StartPipType startType = StartPipType::AUTO_START; variable
325 StartPipType startType = StartPipType::AUTO_START; variable
365 StartPipType startType = StartPipType::USER_START; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp67 WMError PictureInPictureController::CreatePictureInPictureWindow(StartPipType startType) in CreatePictureInPictureWindow()
115 WMError PictureInPictureController::ShowPictureInPictureWindow(StartPipType startType) in ShowPictureInPictureWindow()
162 WMError PictureInPictureController::StartPictureInPicture(StartPipType startType) in StartPictureInPicture()
211 WMError PictureInPictureController::StartPictureInPictureInner(StartPipType startType) in StartPictureInPictureInner()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/dfx/
H A Dcamera_report_uitls.cpp84 string startType = isPrelaunching_ ? "preLaunch" : "open"; in SetOpenCamPerfEndInfo() local
91 void CameraReportUtils::ReportOpenCameraPerf(uint64_t costTime, const string& startType) in ReportOpenCameraPerf()
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.cpp394 int startType = int(type); in StartGnss() local
407 int startType = static_cast<int>(type); in StopGnss() local
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h47 int32_t startType = 0; member
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h50 int32_t startType = 0; member
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1289 const AppStartType startType) in SendAppStartupTypeEvent()
H A Dapp_mgr_service_inner.cpp3618 const std::shared_ptr<AbilityInfo> &abilityInfo, const AppStartType startType) in SendAppStartupTypeEvent()