/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_app_manager.cpp | 91 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 D | screenlock_manager_proxy.cpp | 280 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 D | screenlockmanager_fuzzer.cpp | 135 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 D | softbus_message_open_channel.c | 111 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 D | screenlock_client_test.cpp | 255 int32_t authState = 0; variable
|
H A D | screenlock_service_test.cpp | 636 int32_t authState = 0; variable
|
/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 221 int32_t authState = data.ReadInt32(); in OnSetScreenLockAuthState() local 231 int32_t authState = -1; in OnGetScreenLockAuthState() local
|
H A D | screenlock_system_ability.cpp | 555 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 D | trans_tcp_direct_listener.c | 188 const char *authState = ""; in CreateSessionConnNode() local
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/include/ |
H A D | napi_screenlock_ability.h | 64 int32_t authState; member
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_app_info.h | 88 char authState[AUTH_STATE_SIZE_MAX]; member
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 672 int32_t authState = -1; in NAPI_GetScreenLockAuthState() local
|