Lines Matching refs:SetScreenLockDisabled
222 * @tc.desc: Test SetScreenLockDisabled.
229 SCLOCK_HILOGD("Test SetScreenLockDisabled.");
232 int32_t result = proxy->SetScreenLockDisabled(false, userId);
233 SCLOCK_HILOGD("SetScreenLockDisabled.[result]:%{public}d", result);
236 SCLOCK_HILOGD("SetScreenLockDisabled.[result]:%{public}d", result);
281 * @tc.desc: Test SetScreenLockDisabled.
288 SCLOCK_HILOGD("Test SetScreenLockDisabled.");
290 int32_t result = ScreenLockAppManager::GetInstance()->SetScreenLockDisabled(false, userId);
291 SCLOCK_HILOGD("SetScreenLockDisabled.[result]:%{public}d", result);
294 SCLOCK_HILOGD("SetScreenLockDisabled.[result]:%{public}d", result);