Home
last modified time | relevance | path

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 Ddevauthservauthdevice_fuzzer.cpp76 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 Dcompatible_auth_sub_session.c147 (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 Dcompatible_auth_sub_session_common.c93 (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 Ddevice_auth.h41 #define FIELD_IS_DEVICE_LEVEL "isDeviceLevel" macro
/base/security/device_auth/services/creds_manager/src/
H A Dcreds_manager.c30 (void)GetBoolFromJson(context, FIELD_IS_DEVICE_LEVEL, &isDeviceLevel); in IsDeviceLevelAuth()
/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c45 (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 Dcredsmanager_fuzzer.cpp723 (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 Dcreds_manager_test.cpp772 (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 Daccount_unrelated_group_auth.c217 if (AddBoolToJson(sendToPeer, FIELD_IS_DEVICE_LEVEL, false) != HC_SUCCESS) { in DasOnFinishToPeer()
/base/security/device_auth/services/identity_manager/src/
H A Didentity_group.c82 (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 Daccount_related_group_auth.c695 if (AddBoolToJson(sendToPeer, FIELD_IS_DEVICE_LEVEL, false) != HC_SUCCESS) { in AccountOnFinishToPeer()

Completed in 14 milliseconds