Searched refs:DEVICE_TYPE_CONTROLLER (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/interfaces/inner_api/ |
H A D | device_auth.h | 169 DEVICE_TYPE_CONTROLLER = 1, enumerator
|
/base/security/device_auth/test/fuzztest/authenticators/account_related/auth/isoauthtask_fuzzer/ |
H A D | isoauthtask_fuzzer.cpp | 64 (void)AddIntToJson(inJson, FIELD_LOCAL_DEVICE_TYPE, DEVICE_TYPE_CONTROLLER); in CreateServerTask() 89 (void)AddIntToJson(inJson, FIELD_LOCAL_DEVICE_TYPE, DEVICE_TYPE_CONTROLLER); in CreateClientTask() 115 (void)AddIntToJson(inJson, FIELD_LOCAL_DEVICE_TYPE, DEVICE_TYPE_CONTROLLER); in IsoAuthTaskTest01() 141 params->localDevType = DEVICE_TYPE_CONTROLLER; in IsoAuthTaskTest02()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | iso_auth_task_test.cpp | 90 (void)AddIntToJson(inJson, FIELD_LOCAL_DEVICE_TYPE, DEVICE_TYPE_CONTROLLER); in HWTEST_F() 128 params->localDevType = DEVICE_TYPE_CONTROLLER; in HWTEST_F() 220 (void)AddIntToJson(inJson, FIELD_LOCAL_DEVICE_TYPE, DEVICE_TYPE_CONTROLLER); in CreateServerTask() 587 (void)AddIntToJson(inJson, FIELD_LOCAL_DEVICE_TYPE, DEVICE_TYPE_CONTROLLER); in CreateClientTask()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | cert_operation.c | 552 int32_t localDevType = DEVICE_TYPE_CONTROLLER; in GenerateAuthTokenByDevType()
|
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
H A D | account_related_group_auth.c | 276 int32_t localDevType = DEVICE_TYPE_CONTROLLER; in FillAccountCredentialInfo()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 484 (userType == DEVICE_TYPE_CONTROLLER) || in IsUserTypeValid()
|
Completed in 9 milliseconds