Home
last modified time | relevance | path

Searched defs:authState (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp91 int32_t ScreenLockAppManager::SetScreenLockAuthState(int authState, int32_t userId, std::string &au… in SetScreenLockAuthState()
104 int32_t ScreenLockAppManager::GetScreenLockAuthState(int userId, int32_t &authState) in GetScreenLockAuthState()
H A Dscreenlock_manager_proxy.cpp280 int32_t ScreenLockManagerProxy::SetScreenLockAuthState(int authState, int32_t userId, std::string &… in SetScreenLockAuthState()
301 int32_t ScreenLockManagerProxy::GetScreenLockAuthState(int userId, int32_t &authState) in GetScreenLockAuthState()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp135 int32_t authState = 2; in FuzzScreenlockSetAuthState() local
147 int32_t authState = 2; in FuzzScreenlockGetAuthState() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c111 char *authState = (char *)appInfo->myData.authState; in JsonObjectPackRequestEx() local
333 char *authState = (char *)appInfo->myData.authState; in PackReply() local
/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp255 int32_t authState = 0; variable
H A Dscreenlock_service_test.cpp636 int32_t authState = 0; variable
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp221 int32_t authState = data.ReadInt32(); in OnSetScreenLockAuthState() local
231 int32_t authState = -1; in OnGetScreenLockAuthState() local
H A Dscreenlock_system_ability.cpp555 int32_t ScreenLockSystemAbility::SetScreenLockAuthState(int authState, int32_t userId, std::string … in SetScreenLockAuthState()
567 int32_t ScreenLockSystemAbility::GetScreenLockAuthState(int userId, int32_t &authState) in GetScreenLockAuthState()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c188 const char *authState = ""; in CreateSessionConnNode() local
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Dnapi_screenlock_ability.h64 int32_t authState; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h88 char authState[AUTH_STATE_SIZE_MAX]; member
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp672 int32_t authState = -1; in NAPI_GetScreenLockAuthState() local