Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data.h36 enum ScreenEvent : int32_t { Default = 0, ScreenLocked, ScreenUnlocked }; enumerator
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp963 ScreenEvent event = ScreenEvent::ScreenLocked;
966 ASSERT_TRUE(ret == ScreenEvent::ScreenLocked);
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp171 ScreenEvent screenStatus = ScreenEvent::ScreenLocked; in FuzzPastedata()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp135 …PasteboardService::currentScreenStatus = isScreenLocked ? ScreenEvent::ScreenLocked : ScreenEvent:… in InitScreenStatus()
2372 PasteboardService::currentScreenStatus = ScreenEvent::ScreenLocked; in OnReceiveEvent()