Home
last modified time | relevance | path

Searched refs:currentScreenStatus (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js254 this.__currentScreenStatus = new ObservedPropertySimplePU(true, this, "currentScreenStatus");
332 if (k29.currentScreenStatus !== undefined) {
333 this.currentScreenStatus = k29.currentScreenStatus;
494 get currentScreenStatus() {
498 set currentScreenStatus(w28) {
774 this.currentScreenStatus = l28.matches;
784 if (this.currentScreenStatus !== this.beforeScreenStatus) {
786 this.beforeScreenStatus = this.currentScreenStatus;
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp93 ScreenEvent PasteboardService::currentScreenStatus = ScreenEvent::Default; member in OHOS::MiscServices::PasteboardService
127 PasteboardService::currentScreenStatus = isScreenLocked ? ScreenEvent::ScreenLocked : ScreenEvent::ScreenUnlocked; in InitScreenStatus() member in OHOS::MiscServices::PasteboardService
128 PASTEBOARD_HILOGI(PASTEBOARD_MODULE_SERVICE, "screen status is %{public}d", PasteboardService::currentScreenStatus); in InitScreenStatus()
1507 if (currentScreenStatus != ScreenEvent::Default) { in GetCurrentScreenStatus()
1508 return currentScreenStatus; in GetCurrentScreenStatus()
2297 PasteboardService::currentScreenStatus = ScreenEvent::ScreenLocked; in OnReceiveEvent() member in OHOS::MiscServices::PasteboardService
2301 PasteboardService::currentScreenStatus = ScreenEvent::ScreenUnlocked; in OnReceiveEvent() member in OHOS::MiscServices::PasteboardService
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h130 static ScreenEvent currentScreenStatus; member in OHOS::MiscServices::final

Completed in 7 milliseconds