Searched refs:FIELD_IS_DEVICE_LEVEL (Results 1 – 6 of 6) sorted by relevance
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
D | compatible_auth_sub_session.c | 134 (void)GetBoolFromJson(receiveData, FIELD_IS_DEVICE_LEVEL, &receiveLevel); in ProcessDeviceLevel() 135 (void)GetBoolFromJson(authParam, FIELD_IS_DEVICE_LEVEL, &authLevel); in ProcessDeviceLevel() 136 if (AddBoolToJson(authParam, FIELD_IS_DEVICE_LEVEL, receiveLevel && authLevel) != HC_SUCCESS) { in ProcessDeviceLevel()
|
D | compatible_auth_sub_session_common.c | 69 (void)GetBoolFromJson(param, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in GetCandidateGroups() 585 if (AddBoolToJson(sendToPeer, FIELD_IS_DEVICE_LEVEL, isDeviceLevel) != HC_SUCCESS) { in AddGroupAuthTransmitData()
|
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservauthdevice_fuzzer/ |
D | devauthservauthdevice_fuzzer.cpp | 76 AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in GenerateAuthParamsJson()
|
/base/security/device_auth/interfaces/inner_api/ |
D | device_auth.h | 41 #define FIELD_IS_DEVICE_LEVEL "isDeviceLevel" macro
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
D | creds_manager_test.cpp | 777 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); 796 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); 824 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); 843 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); 858 (void)AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true);
|
/base/security/device_auth/services/creds_manager/src/ |
D | creds_manager.c | 680 (void)GetBoolFromJson(in, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in GetCandidateGroups()
|