Home
last modified time | relevance | path

Searched refs:localDevType (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c438 …etLocalDeviceType(int32_t osAccountId, const CJson *in, const char *groupId, int32_t *localDevType) in GetLocalDeviceType() argument
448 *localDevType = DEVICE_TYPE_ACCESSORY; in GetLocalDeviceType()
454 *localDevType = DEVICE_TYPE_ACCESSORY; in GetLocalDeviceType()
548 int32_t localDevType = DEVICE_TYPE_CONTROLLER; in GenerateAuthTokenByDevType() local
549 int32_t ret = GetLocalDeviceType(osAccountId, in, groupId, &localDevType); in GenerateAuthTokenByDevType()
554 if (localDevType == DEVICE_TYPE_ACCESSORY) { in GenerateAuthTokenByDevType()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.h29 int32_t localDevType; member
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c192 if (params->localDevType == DEVICE_TYPE_ACCESSORY) { in AccountAuthGeneratePsk()
231 if (GetIntFromJson(in, FIELD_LOCAL_DEVICE_TYPE, &params->localDevType) != CLIB_SUCCESS) { in InitIsoAuthParams()
250 if (params->localDevType == DEVICE_TYPE_ACCESSORY) { in InitIsoAuthParams()
/ohos5.0/foundation/multimedia/av_session/utils/src/
H A Davsession_radar.cpp93 int32_t localDevType = 0; in GetLocalDevType() local
95 .GetLocalDeviceType(AVSESSION_PKG_NAME, localDevType) != 0) { in GetLocalDevType()
98 SLOGI("GetLocalDevType: %{public}d", localDevType); in GetLocalDevType()
100 return ConvertHexToString(localDevType); in GetLocalDevType()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dtrans_event_form.h163 int32_t localDevType; // LOCAL_DEV_TYPE member
H A Dlnn_event_form.h231 int32_t localDevType; // LOCAL_DEV_TYPE member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dtrans_audit_converter.h44 TRANS_AUDIT_ASSIGNER(Int32, LocalDevType, localDevType)
H A Dlnn_audit_converter.h60 LNN_AUDIT_ASSIGNER(Int32, LocalDevType, localDevType)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dlnn_event_test.cpp228 .localDevType = 127,
H A Dtrans_event_test.cpp380 .localDevType = 2,
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c277 int32_t localDevType = DEVICE_TYPE_CONTROLLER; in FillAccountCredentialInfo() local
282localDevType = DEVICE_TYPE_ACCESSORY; /* Controller has peer device info, which is added by caller… in FillAccountCredentialInfo()
289 if (AddIntToJson(paramsData, FIELD_LOCAL_DEVICE_TYPE, localDevType) != HC_SUCCESS) { in FillAccountCredentialInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h180 MatchLnnAuditNameTypeInt32Param(params, ++index, extra.localDevType);
H A Dtrans_hisysevent_matcher.h195 MatchTransAuditNameTypeExtraInt32Param(params, ++index, extra.localDevType);
/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_related/auth/isoauthtask_fuzzer/
H A Disoauthtask_fuzzer.cpp138 params->localDevType = DEVICE_TYPE_CONTROLLER; in IsoAuthTaskTest02()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Diso_auth_task_test.cpp128 params->localDevType = DEVICE_TYPE_CONTROLLER;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c849 (void)LnnGetLocalNumInfo(NUM_KEY_DEV_TYPE_ID, &lnnAuditExtra->localDevType); in AuditReportSetLocalDevInfo()