Searched refs:FIELD_IS_DEVICE_LEVEL (Results 1 - 11 of 11) sorted by relevance
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservauthdevice_fuzzer/ |
H A D | devauthservauthdevice_fuzzer.cpp | 76 AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in GenerateAuthParamsJson()
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
H A D | compatible_auth_sub_session.c | 147 (void)GetBoolFromJson(receiveData, FIELD_IS_DEVICE_LEVEL, &receiveLevel); in ProcessDeviceLevel() 148 (void)GetBoolFromJson(authParam, FIELD_IS_DEVICE_LEVEL, &authLevel); in ProcessDeviceLevel() 149 if (AddBoolToJson(authParam, FIELD_IS_DEVICE_LEVEL, receiveLevel && authLevel) != HC_SUCCESS) { in ProcessDeviceLevel()
|
H A D | compatible_auth_sub_session_common.c | 93 (void)GetBoolFromJson(param, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in GetCandidateGroups() 680 (void)GetBoolFromJson(authParam, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in AddGroupAuthTransmitData() 682 if (AddBoolToJson(sendToPeer, FIELD_IS_DEVICE_LEVEL, isDeviceLevel) != HC_SUCCESS) { in AddGroupAuthTransmitData()
|
/base/security/device_auth/interfaces/inner_api/ |
H A D | device_auth.h | 41 #define FIELD_IS_DEVICE_LEVEL "isDeviceLevel" macro
|
/base/security/device_auth/services/creds_manager/src/ |
H A D | creds_manager.c | 30 (void)GetBoolFromJson(context, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in IsDeviceLevelAuth()
|
/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 45 (void)GetBoolFromJson(impl->context, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in StartV1Session() 249 (void)GetBoolFromJson(impl->context, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in StartSession()
|
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
H A D | credsmanager_fuzzer.cpp | 723 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in CredsManagerTest13() 742 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in CredsManagerTest14() 771 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in CredsManagerTest15() 792 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in CredsManagerTest16() 806 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in CredsManagerTest17()
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
H A D | creds_manager_test.cpp | 772 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in HWTEST_F() 791 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in HWTEST_F() 819 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in HWTEST_F() 838 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in HWTEST_F() 853 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in HWTEST_F()
|
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
H A D | account_unrelated_group_auth.c | 217 if (AddBoolToJson(sendToPeer, FIELD_IS_DEVICE_LEVEL, false) != HC_SUCCESS) { in DasOnFinishToPeer()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_group.c | 82 (void)GetBoolFromJson(in, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in GetCandidateGroups() 319 (void)GetBoolFromJson(in, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in GetCredInfosByPeerIdentity()
|
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
H A D | account_related_group_auth.c | 695 if (AddBoolToJson(sendToPeer, FIELD_IS_DEVICE_LEVEL, false) != HC_SUCCESS) { in AccountOnFinishToPeer()
|
Completed in 14 milliseconds