/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_manager_interface.h | 40 virtual int32_t IsScreenLockDisabled(int userId, bool &isDisabled) = 0;
|
/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_app_manager.cpp | 65 int32_t ScreenLockAppManager::IsScreenLockDisabled(int userId, bool &isDisabled) in IsScreenLockDisabled() function in OHOS::ScreenLock::ScreenLockAppManager 67 SCLOCK_HILOGD("ScreenLockAppManager::IsScreenLockDisabled in"); in IsScreenLockDisabled() 70 SCLOCK_HILOGE("ScreenLockAppManager::IsScreenLockDisabled quit because redoing GetProxy failed."); in IsScreenLockDisabled() 73 int32_t status = proxy->IsScreenLockDisabled(userId, isDisabled); in IsScreenLockDisabled() 74 SCLOCK_HILOGD("ScreenLockAppManager::IsScreenLockDisabled out, status=%{public}d", status); in IsScreenLockDisabled()
|
H A D | screenlock_manager_proxy.cpp | 237 int32_t ScreenLockManagerProxy::IsScreenLockDisabled(int userId, bool &isDisabled) in IsScreenLockDisabled() function in OHOS::ScreenLock::ScreenLockManagerProxy 244 SCLOCK_HILOGD("ScreenLockManagerProxy IsScreenLockDisabled started."); in IsScreenLockDisabled() 248 SCLOCK_HILOGE("IsScreenLockDisabled SendRequest failed, ret = %{public}d", ret); in IsScreenLockDisabled() 256 SCLOCK_HILOGD("IsScreenLockDisabled end retCode is %{public}d, %{public}d.", retCode, isDisabled); in IsScreenLockDisabled() 276 SCLOCK_HILOGD("IsScreenLockDisabled end retCode is %{public}d, %{public}d.", retCode, disable); in SetScreenLockDisabled()
|
/base/theme/screenlock_mgr/frameworks/native/include/ |
H A D | screenlock_app_manager.h | 44 SCREENLOCK_API int32_t IsScreenLockDisabled(int userId, bool &isDisabled);
|
H A D | screenlock_manager_proxy.h | 43 int32_t IsScreenLockDisabled(int userId, bool &isDisabled) override;
|
/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_client_test.cpp | 235 result = proxy->IsScreenLockDisabled(userId, isDisabled); in HWTEST_F() 293 result = ScreenLockAppManager::GetInstance()->IsScreenLockDisabled(userId, isDisabled); in HWTEST_F()
|
H A D | screenlock_service_test.cpp | 591 ScreenLockSystemAbility::GetInstance()->IsScreenLockDisabled(userId, disable);
in HWTEST_F()
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
H A D | screenlockmanager_fuzzer.cpp | 114 int32_t ret = ScreenLockAppManager::GetInstance()->IsScreenLockDisabled(userId, isDisabled); in FuzzScreenlockIsDisabled()
|
/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 155 int32_t IsScreenLockDisabled(int userId, bool &isDisabled) override;
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 200 int32_t retCode = IsScreenLockDisabled(userId, isDisabled); in OnIsScreenLockDisabled()
|
H A D | screenlock_system_ability.cpp | 521 int32_t ScreenLockSystemAbility::IsScreenLockDisabled(int userId, bool &isDisabled) in IsScreenLockDisabled() function in OHOS::ScreenLock::ScreenLockSystemAbility 523 SCLOCK_HILOGI("IsScreenLockDisabled userId=%{public}d", userId); in IsScreenLockDisabled() 534 SCLOCK_HILOGI("IsScreenLockDisabled isDisabled=%{public}d", isDisabled); in IsScreenLockDisabled()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 538 int32_t status = ScreenLockAppManager::GetInstance()->IsScreenLockDisabled(userId, isDisabled); in NAPI_IsScreenLockDisabled()
|