Home
last modified time | relevance | path

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/
Dcompatible_auth_sub_session.c134 (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()
Dcompatible_auth_sub_session_common.c69 (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/
Ddevauthservauthdevice_fuzzer.cpp76 AddBoolToJson(json, FIELD_IS_DEVICE_LEVEL, true); in GenerateAuthParamsJson()
/base/security/device_auth/interfaces/inner_api/
Ddevice_auth.h41 #define FIELD_IS_DEVICE_LEVEL "isDeviceLevel" macro
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp777 (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/
Dcreds_manager.c680 (void)GetBoolFromJson(in, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in GetCandidateGroups()