/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_manager_interface.h | 41 virtual int32_t SetScreenLockDisabled(bool disable, int userId) = 0;
|
/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_app_manager.cpp | 78 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 D | screenlock_manager_proxy.cpp | 260 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 D | screenlock_app_manager.h | 45 SCREENLOCK_API int32_t SetScreenLockDisabled(bool disable, int userId);
|
H A D | screenlock_manager_proxy.h | 44 int32_t SetScreenLockDisabled(bool disable, int userId) override;
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_client_test.cpp | 222 * @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 D | screenlock_service_test.cpp | 579 * @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 D | screenlockmanager_fuzzer.cpp | 125 int32_t ret = ScreenLockAppManager::GetInstance()->SetScreenLockDisabled(isDisabled, userId); in FuzzScreenlockSetDisabled()
|
/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 156 int32_t SetScreenLockDisabled(bool disable, int userId) override;
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 213 int32_t retCode = SetScreenLockDisabled(disable, userId); in OnSetScreenLockDisabled()
|
H A D | screenlock_system_ability.cpp | 538 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 D | napi_screenlock_ability.cpp | 581 int32_t retCode = ScreenLockAppManager::GetInstance()->SetScreenLockDisabled(context->disable, context->userId); in NAPI_SetScreenLockDisabled()
|