Home
last modified time | relevance | path

Searched refs:GetAccountRelatedGroupAuth (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/test/fuzztest/group_auth/account_related/accountrelatedgroupauth_fuzzer/
H A Daccountrelatedgroupauth_fuzzer.cpp45 AccountRelatedGroupAuth *groupAuth = (AccountRelatedGroupAuth *)GetAccountRelatedGroupAuth(); in AccountRelatedGroupAuthTest001()
127 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test. in AccountRelatedGroupAuthTest002()
136 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test. in AccountRelatedGroupAuthTest002()
140 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test. in AccountRelatedGroupAuthTest002()
165 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test. in AccountRelatedGroupAuthTest0021()
168 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test. in AccountRelatedGroupAuthTest0021()
306 (void)GetAccountRelatedGroupAuth()->fillDeviceAuthInfo(0, entry, in AccountRelatedGroupAuthTest0041()
335 (void)GetAccountRelatedGroupAuth()->fillDeviceAuthInfo(0, entry, in AccountRelatedGroupAuthTest0042()
366 (void)GetAccountRelatedGroupAuth()->fillDeviceAuthInfo(0, entry, in AccountRelatedGroupAuthTest0043()
400 (void)GetAccountRelatedGroupAuth()->fillDeviceAuthInfo(0, entry, in AccountRelatedGroupAuthTest00431()
[all …]
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Daccount_related_group_auth_dir_test.cpp51 AccountRelatedGroupAuth *groupAuth = (AccountRelatedGroupAuth *)GetAccountRelatedGroupAuth();
137 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test.
146 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test.
150 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test.
177 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test.
180 (void)GetAccountRelatedGroupAuth()->onFinish(0, authParam, out, nullptr); // For unit test.
326 (void)GetAccountRelatedGroupAuth()->fillDeviceAuthInfo(0, entry,
356 int32_t ret = GetAccountRelatedGroupAuth()->fillDeviceAuthInfo(0, entry,
388 int32_t ret = GetAccountRelatedGroupAuth()->fillDeviceAuthInfo(0, entry,
423 int32_t ret = GetAccountRelatedGroupAuth()->fillDeviceAuthInfo(0, entry,
[all …]
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth_mock/
H A Daccount_related_group_auth_mock.c19 BaseGroupAuth *GetAccountRelatedGroupAuth() in GetAccountRelatedGroupAuth() function
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/
H A Dgroup_auth_manager.c34 return GetAccountRelatedGroupAuth(); in GetAccountGroupAuth()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/inc/account_related_group_auth/
H A Daccount_related_group_auth.h34 BaseGroupAuth *GetAccountRelatedGroupAuth(void);
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c171 BaseGroupAuth *groupAuth = GetAccountRelatedGroupAuth(); in GetLocalIdenticalGroup()
210 BaseGroupAuth *groupAuth = GetAccountRelatedGroupAuth(); in GetSelfGroupEntryByPeerCert()
H A Didentity_group.c29 BaseGroupAuth *groupAuth = GetAccountRelatedGroupAuth(); in GetAccountRelatedCandidateGroups()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c904 BaseGroupAuth *GetAccountRelatedGroupAuth(void) in GetAccountRelatedGroupAuth() function