Home
last modified time | relevance | path

Searched refs:GetCurrentActiveOsAccountId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dos_account_adapter_mock.c60 int32_t GetCurrentActiveOsAccountId(void) in GetCurrentActiveOsAccountId() function
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/common/src/
H A Dos_account_adapter_mock.c60 int32_t GetCurrentActiveOsAccountId(void) in GetCurrentActiveOsAccountId() function
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter_mock/
H A Dos_account_adapter_mock.cpp61 int32_t GetCurrentActiveOsAccountId(void) in GetCurrentActiveOsAccountId() function
/ohos5.0/base/security/device_auth/services/frameworks/inc/os_account_adapter/
H A Dos_account_adapter.h44 int32_t GetCurrentActiveOsAccountId(void);
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp176 int32_t GetCurrentActiveOsAccountId(void) in GetCurrentActiveOsAccountId() function
251 return GetCurrentActiveOsAccountId(); in DevAuthGetRealOsAccountLocalId()
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp92 static int32_t GetCurrentActiveOsAccountId() in GetCurrentActiveOsAccountId() function
218 int userId = GetCurrentActiveOsAccountId(); in InitUserId()
537 if (GetCurrentActiveOsAccountId() != userId) { in SetScreenLockDisabled()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c838 osAccountId = GetCurrentActiveOsAccountId(); in GetRegisterInfo()