Home
last modified time | relevance | path

Searched refs:SetScreenLockDisabled (Results 1 - 12 of 12) sorted by relevance

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager_interface.h41 virtual int32_t SetScreenLockDisabled(bool disable, int userId) = 0;
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp78 int32_t ScreenLockAppManager::SetScreenLockDisabled(bool disable, int userId) in SetScreenLockDisabled() function in OHOS::ScreenLock::ScreenLockAppManager
80 SCLOCK_HILOGD("ScreenLockAppManager::SetScreenLockDisabled in"); in SetScreenLockDisabled()
83 SCLOCK_HILOGE("ScreenLockAppManager::SetScreenLockDisabled quit because redoing GetProxy failed."); in SetScreenLockDisabled()
86 int32_t status = proxy->SetScreenLockDisabled(disable, userId); in SetScreenLockDisabled()
87 SCLOCK_HILOGD("ScreenLockAppManager::SetScreenLockDisabled out, status=%{public}d", status); in SetScreenLockDisabled()
H A Dscreenlock_manager_proxy.cpp260 int32_t ScreenLockManagerProxy::SetScreenLockDisabled(bool disable, int userId) in SetScreenLockDisabled() function in OHOS::ScreenLock::ScreenLockManagerProxy
268 SCLOCK_HILOGD("ScreenLockManagerProxy SetScreenLockDisabled started."); in SetScreenLockDisabled()
272 SCLOCK_HILOGE("SetScreenLockDisabled SendRequest failed, ret = %{public}d", ret); in SetScreenLockDisabled()
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h45 SCREENLOCK_API int32_t SetScreenLockDisabled(bool disable, int userId);
H A Dscreenlock_manager_proxy.h44 int32_t SetScreenLockDisabled(bool disable, int userId) override;
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp222 * @tc.desc: Test SetScreenLockDisabled.
229 SCLOCK_HILOGD("Test SetScreenLockDisabled."); in HWTEST_F()
232 int32_t result = proxy->SetScreenLockDisabled(false, userId); in HWTEST_F()
233 SCLOCK_HILOGD("SetScreenLockDisabled.[result]:%{public}d", result); in HWTEST_F()
236 SCLOCK_HILOGD("SetScreenLockDisabled.[result]:%{public}d", result); in HWTEST_F()
281 * @tc.desc: Test SetScreenLockDisabled.
288 SCLOCK_HILOGD("Test SetScreenLockDisabled."); in HWTEST_F()
290 int32_t result = ScreenLockAppManager::GetInstance()->SetScreenLockDisabled(false, userId); in HWTEST_F()
291 SCLOCK_HILOGD("SetScreenLockDisabled.[result]:%{public}d", result); in HWTEST_F()
294 SCLOCK_HILOGD("SetScreenLockDisabled in HWTEST_F()
[all...]
H A Dscreenlock_service_test.cpp579 * @tc.desc: Test SetScreenLockDisabled.
586 SCLOCK_HILOGD("Test SetScreenLockDisabled."); in HWTEST_F()
589 int32_t ret = ScreenLockSystemAbility::GetInstance()->SetScreenLockDisabled(false, userId); in HWTEST_F()
592 SCLOCK_HILOGD("SetScreenLockDisabled.[ret]:%{public}d, [disable]:%{public}d", ret, disable); in HWTEST_F()
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp125 int32_t ret = ScreenLockAppManager::GetInstance()->SetScreenLockDisabled(isDisabled, userId); in FuzzScreenlockSetDisabled()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h156 int32_t SetScreenLockDisabled(bool disable, int userId) override;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp213 int32_t retCode = SetScreenLockDisabled(disable, userId); in OnSetScreenLockDisabled()
H A Dscreenlock_system_ability.cpp538 int32_t ScreenLockSystemAbility::SetScreenLockDisabled(bool disable, int userId) in SetScreenLockDisabled() function in OHOS::ScreenLock::ScreenLockSystemAbility
540 SCLOCK_HILOGI("SetScreenLockDisabled disable=%{public}d ,param=%{public}d", disable, userId); in SetScreenLockDisabled()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp581 int32_t retCode = ScreenLockAppManager::GetInstance()->SetScreenLockDisabled(context->disable, context->userId); in NAPI_SetScreenLockDisabled()

Completed in 8 milliseconds