Lines Matching refs:ScreenLockAppManager
128 int32_t result = ScreenLockAppManager::GetInstance()->OnSystemEvent(listener);
143 int32_t result = ScreenLockAppManager::GetInstance()->SendScreenLockEvent("test", testNum);
158 int32_t result = ScreenLockAppManager::GetInstance()->OnSystemEvent(listener);
172 ScreenLockAppManager::GetInstance()->screenlockManagerProxy_ = nullptr;
173 sptr<ScreenLockManagerInterface> proxy = ScreenLockAppManager::GetInstance()->GetProxy();
191 auto proxy = ScreenLockAppManager::GetInstance()->GetProxy();
214 auto proxy = ScreenLockAppManager::GetInstance()->GetProxy();
230 auto proxy = ScreenLockAppManager::GetInstance()->GetProxy();
250 auto proxy = ScreenLockAppManager::GetInstance()->GetProxy();
272 int32_t result = ScreenLockAppManager::GetInstance()->RequestStrongAuth(1, userId);
275 result = ScreenLockAppManager::GetInstance()->GetStrongAuth(userId, reasonFlag);
290 int32_t result = ScreenLockAppManager::GetInstance()->SetScreenLockDisabled(false, userId);
293 result = ScreenLockAppManager::GetInstance()->IsScreenLockDisabled(userId, isDisabled);
310 int32_t result = ScreenLockAppManager::GetInstance()->SetScreenLockAuthState(1, userId, authtoken);
313 result = ScreenLockAppManager::GetInstance()->GetScreenLockAuthState(userId, authState);
327 auto proxy = ScreenLockAppManager::GetInstance()->GetProxy();