Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp71 bool ScreenLockManager::GetSecure() in GetSecure() function in OHOS::ScreenLock::ScreenLockManager
75 SCLOCK_HILOGE("GetSecure quit because redoing GetScreenLockManagerProxy failed."); in GetSecure()
78 return proxy->GetSecure(); in GetSecure()
H A Dscreenlock_manager_proxy.cpp74 bool ScreenLockManagerProxy::GetSecure() in GetSecure() function in OHOS::ScreenLock::ScreenLockManagerProxy
80 SCLOCK_HILOGD("ScreenLockManagerProxy GetSecure started."); in GetSecure()
84 SCLOCK_HILOGE("GetSecure, ret = %{public}d", ret); in GetSecure()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager.h51 SCREENLOCK_API bool GetSecure();
H A Dscreenlock_manager_interface.h33 virtual bool GetSecure() = 0;
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_manager_proxy.h36 bool GetSecure() override;
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp56 return ScreenLockManager::GetInstance()->GetSecure(); in FuzzScreenlockManager()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h149 bool GetSecure() override;
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp83 bool result = ScreenLockManager::GetInstance()->GetSecure(); in HWTEST_F()
H A Dscreenlock_service_test.cpp532 * @tc.desc: Test GetSecure.
539 SCLOCK_HILOGD("Test GetSecure."); in HWTEST_F()
541 bool ret = ScreenLockSystemAbility::GetInstance()->GetSecure(); in HWTEST_F()
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp111 bool result = GetSecure(); in OnGetSecure()
113 SCLOCK_HILOGD("GetSecure result = %{public}d", result); in OnGetSecure()
H A Dscreenlock_system_ability.cpp457 bool ScreenLockSystemAbility::GetSecure() in GetSecure() function in OHOS::ScreenLock::ScreenLockSystemAbility
460 SCLOCK_HILOGI("ScreenLockSystemAbility GetSecure restart."); in GetSecure()
462 SCLOCK_HILOGI("ScreenLockSystemAbility GetSecure started."); in GetSecure()
464 SCLOCK_HILOGD("ScreenLockSystemAbility::GetSecure callingUid=%{public}d", callingUid); in GetSecure()
545 if (GetSecure() == true) { in SetScreenLockDisabled()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp412 context->allowed = ScreenLockManager::GetInstance()->GetSecure(); in NAPI_IsSecureMode()

Completed in 9 milliseconds