Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1569 auto countTime = NotificationTime(); in GetLocalLiveViewContent() local
1570 countTime.SetInitialTime(1); in GetLocalLiveViewContent()
1571 countTime.SetIsCountDown(false); in GetLocalLiveViewContent()
1572 countTime.SetIsPaused(false); in GetLocalLiveViewContent()
1573 countTime.SetIsInTitle(true); in GetLocalLiveViewContent()
1575 localLiveViewContent->SetTime(countTime); in GetLocalLiveViewContent()
1655 auto countTime = NotificationTime(); in UpdateLiveViewContent() local
1656 countTime.SetIsCountDown(false); in UpdateLiveViewContent()
1657 countTime.SetIsPaused(false); in UpdateLiveViewContent()
1658 countTime.SetIsInTitle(true); in UpdateLiveViewContent()
[all …]