Home
last modified time | relevance | path

Searched refs:IsOsAccountUnlocked (Results 1 - 14 of 14) sorted by relevance

/base/security/device_auth/services/frameworks/inc/os_account_adapter/
H A Dos_account_adapter.h38 bool IsOsAccountUnlocked(int32_t osAccountId);
/base/security/device_auth/services/frameworks/src/os_account_adapter_mock/
H A Dos_account_adapter_mock.cpp32 bool IsOsAccountUnlocked(int32_t osAccountId) in IsOsAccountUnlocked() function
/base/security/device_auth/test/unittest/deviceauth/source/
H A Dos_account_adapter_mock.c31 bool IsOsAccountUnlocked(int32_t osAccountId) in IsOsAccountUnlocked() function
/base/security/device_auth/test/unittest/tdd_framework/common/src/
H A Dos_account_adapter_mock.c31 bool IsOsAccountUnlocked(int32_t osAccountId) in IsOsAccountUnlocked() function
/base/account/os_account/interfaces/kits/cj/osaccount/include/
H A Dosaccount_manager_impl.h36 static bool IsOsAccountUnlocked(int32_t *errCode);
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c487 if (!IsOsAccountUnlocked(osAccountId)) { in CreateGroupInner()
552 if (!IsOsAccountUnlocked(osAccountId)) { in DeleteGroupInner()
600 if (!IsOsAccountUnlocked(osAccountId)) { in DeleteMemberFromGroupInner()
648 if (!IsOsAccountUnlocked(osAccountId)) { in AddMultiMembersToGroupInner()
700 if (!IsOsAccountUnlocked(osAccountId)) { in DelMultiMembersFromGroupInner()
825 if (!IsOsAccountUnlocked(osAccountId)) { in CheckAccessToGroup()
845 if (!IsOsAccountUnlocked(osAccountId)) { in GetAccessibleGroupInfoById()
893 if (!IsOsAccountUnlocked(osAccountId)) { in GetAccessibleGroupInfo()
944 if (!IsOsAccountUnlocked(osAccountId)) { in GetAccessibleJoinedGroups()
974 if (!IsOsAccountUnlocked(osAccountI in GetAccessibleRelatedGroups()
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/frameworks/os_account_adapter/
H A Dos_account_adapter_test.cpp349 bool status = IsOsAccountUnlocked(DEFAULT_OS_ACCOUNT); in HWTEST_F()
351 status = IsOsAccountUnlocked(TEST_OS_ACCOUNT_ID); in HWTEST_F()
376 bool status = IsOsAccountUnlocked(osAccountId); in HWTEST_F()
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dosaccount_manager_impl.cpp123 bool OsAccountManagerImpl::IsOsAccountUnlocked(int32_t *errCode) in IsOsAccountUnlocked() function in OHOS::AccountJsKit::OsAccountManagerImpl
H A Dcj_osaccount_ffi.cpp164 ACCOUNT_LOGE("[osAccount] IsOsAccountUnlocked CheckSystemApp failed! errCode %{public}d", *errCode); in FfiOHOSOsAccountIsOsAccountUnlocked()
167 ACCOUNT_LOGE("[osAccount] IsOsAccountUnlocked start"); in FfiOHOSOsAccountIsOsAccountUnlocked()
168 bool ret = OsAccountManagerImpl::IsOsAccountUnlocked(errCode); in FfiOHOSOsAccountIsOsAccountUnlocked()
169 ACCOUNT_LOGE("[osAccount] IsOsAccountUnlocked success. errCode %{public}d", *errCode); in FfiOHOSOsAccountIsOsAccountUnlocked()
/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp113 static bool IsOsAccountUnlocked(int32_t osAccountId) in IsOsAccountUnlocked() function
262 if (IsOsAccountUnlocked(userId) && iter != strongAuthStateInfo.end()) { in GetStrongAuthStat()
/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp212 bool IsOsAccountUnlocked(int32_t osAccountId) in IsOsAccountUnlocked() function
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h381 napi_value IsOsAccountUnlocked(napi_env env, napi_callback_info cbInfo);
/base/security/device_auth/services/
H A Ddevice_auth.c615 if (!IsOsAccountUnlocked(osAccountId)) { in AddMemberToGroupInner()
711 if (!IsOsAccountUnlocked(osAccountId)) { in AddOsAccountIdToContextIfValid()
927 if (!IsOsAccountUnlocked(osAccountId)) { in AuthDevice()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp103 DECLARE_NAPI_FUNCTION("isOsAccountUnlocked", IsOsAccountUnlocked),
1726 napi_value IsOsAccountUnlocked(napi_env env, napi_callback_info cbInfo) in IsOsAccountUnlocked() function

Completed in 11 milliseconds