Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/frameworks/native/src/
Dscreenlock_manager_proxy.cpp44 return E_SCREENLOCK_OK; in IsScreenLockedInner()
51 if (ret != E_SCREENLOCK_OK) { in IsLocked()
56 if (errCode != E_SCREENLOCK_OK) { in IsLocked()
61 return E_SCREENLOCK_OK; in IsLocked()
68 if (ret != E_SCREENLOCK_OK) { in IsScreenLocked()
110 return E_SCREENLOCK_OK; in UnlockInner()
117 if (ret != E_SCREENLOCK_OK) { in Unlock()
128 if (ret != E_SCREENLOCK_OK) { in UnlockScreen()
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
Dscreenlockmanager_fuzzer.cpp61 return ret == E_SCREENLOCK_OK; in FuzzScreenlockManager()
74 return ret == E_SCREENLOCK_OK; in UnlockFuzzTest()
84 return ret == E_SCREENLOCK_OK; in IsLockedFuzzTest()
96 return ret == E_SCREENLOCK_OK; in FuzzScreenlockAppManager()
102 return ret == E_SCREENLOCK_OK; in FuzzScreenlockAppManager()
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp368 return E_SCREENLOCK_OK; in UnlockInner()
390 return E_SCREENLOCK_OK; in Lock()
400 return E_SCREENLOCK_OK; in IsLocked()
453 return E_SCREENLOCK_OK; in OnSystemEvent()
476 return E_SCREENLOCK_OK; in SendScreenLockEvent()
Dscreenlock_manager_stub.cpp79 if (ret == E_SCREENLOCK_OK) { in OnIsLocked()
/base/theme/screenlock_mgr/utils/include/
Dscreenlock_common.h56 E_SCREENLOCK_OK = SCREENLOCK_ERR_OFFSET, enumerator
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp171 if (status != E_SCREENLOCK_OK) { in NAPI_IsLocked()
214 if (status != E_SCREENLOCK_OK) { in AsyncCallFunc()
413 if (retCode != E_SCREENLOCK_OK) { in NAPI_OnSystemEvent()
464 if (retCode != E_SCREENLOCK_OK) { in NAPI_ScreenLockSendEvent()
/base/theme/screenlock_mgr/test/unittest/
Dscreenlock_service_test.cpp426 EXPECT_EQ(result, E_SCREENLOCK_OK);
444 EXPECT_EQ(result, E_SCREENLOCK_OK);
447 EXPECT_EQ(result, E_SCREENLOCK_OK);