Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager_interface.h40 virtual int32_t IsScreenLockDisabled(int userId, bool &isDisabled) = 0;
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp65 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 Dscreenlock_manager_proxy.cpp237 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 Dscreenlock_app_manager.h44 SCREENLOCK_API int32_t IsScreenLockDisabled(int userId, bool &isDisabled);
H A Dscreenlock_manager_proxy.h43 int32_t IsScreenLockDisabled(int userId, bool &isDisabled) override;
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp235 result = proxy->IsScreenLockDisabled(userId, isDisabled); in HWTEST_F()
293 result = ScreenLockAppManager::GetInstance()->IsScreenLockDisabled(userId, isDisabled); in HWTEST_F()
H A Dscreenlock_service_test.cpp591 ScreenLockSystemAbility::GetInstance()->IsScreenLockDisabled(userId, disable); in HWTEST_F()
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp114 int32_t ret = ScreenLockAppManager::GetInstance()->IsScreenLockDisabled(userId, isDisabled); in FuzzScreenlockIsDisabled()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h155 int32_t IsScreenLockDisabled(int userId, bool &isDisabled) override;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp200 int32_t retCode = IsScreenLockDisabled(userId, isDisabled); in OnIsScreenLockDisabled()
H A Dscreenlock_system_ability.cpp521 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 Dnapi_screenlock_ability.cpp538 int32_t status = ScreenLockAppManager::GetInstance()->IsScreenLockDisabled(userId, isDisabled); in NAPI_IsScreenLockDisabled()

Completed in 8 milliseconds