Home
last modified time | relevance | path

Searched refs:challengeCode (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c66 uint16_t challengeCode; member
73 int32_t challengeCode; member
320 .challengeCode = rcMsgPara->challengeCode, in ConnPackCtlMsgRcSendDeltaData()
353 referenceContext->challengeCode = challengeCode; in NeedProccessOccupy()
370 if (NeedProccessOccupy(connection, delta, challengeCode, true, 0)) { in ConnBleUpdateConnectionRc()
415 .challengeCode = challengeCode, in ConnBleUpdateConnectionRc()
426 uint16_t challengeCode = referenceCount->challengeCode; in BleOnReferenceRequest() local
447 NotifyReusedConnected(connection->connectionId, challengeCode); in BleOnReferenceRequest()
461 .challengeCode = challengeCode, in BleOnReferenceRequest()
473 uint16_t challengeCode = 0; in ConnBleOnReferenceRequest() local
[all …]
H A Dsoftbus_conn_ble_manager.c237 request->challengeCode = ctx->challengeCode; in NewRequest()
372 ConnBleUpdateConnectionRc(connection, it->challengeCode, 1); in BleNotifyDeviceConnectResult()
376 … it->requestId, anomizeAddress, connection->connectionId, device->protocol, it->challengeCode); in BleNotifyDeviceConnectResult()
380 info.bleInfo.challengeCode = it->challengeCode; in BleNotifyDeviceConnectResult()
1421 void NotifyReusedConnected(uint32_t connectionId, uint16_t challengeCode) in NotifyReusedConnected() argument
1432 info.bleInfo.challengeCode = challengeCode; in NotifyReusedConnected()
1785 ctx->challengeCode = option->bleOption.challengeCode; in BleConnectDevice()
H A Dsoftbus_conn_ble_trans.c425 !AddNumber16ToJsonObject(json, CTRL_MSG_KEY_CHALLENGE, ctx.challengeCode)) { in BleCtrlMsgSerializeByJson()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h64 uint16_t challengeCode; /* for ble direct */ member
76 uint16_t challengeCode; /* for ble direct */ member
125 void NotifyReusedConnected(uint32_t connectionId, uint16_t challengeCode);
H A Dsoftbus_conn_ble_trans.h76 uint16_t challengeCode; member
H A Dsoftbus_conn_ble_connection.h187 int32_t ConnBleUpdateConnectionRc(ConnBleConnection *connection, uint16_t challengeCode, int32_t de…
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.cpp52 void WifiDirectDfx::Record(uint32_t requestId, uint16_t challengeCode) in Record() argument
55 challengeCodeMap_.insert(std::make_pair(requestId, challengeCode)); in Record()
83 extra.challengeCode = challengeCodeStr.c_str(); in ReportConnEventExtra()
H A Dwifi_direct_dfx.h36 void Record(uint32_t requestId, uint16_t challengeCode);
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dconn_event_test.cpp81 .challengeCode = "2024",
141 .challengeCode = "",
209 .challengeCode = "1",
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h89 const char *challengeCode; // CHALLENGE_CODE member
157 const char *challengeCode; // CHALLENGE_CODE member
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h110 uint16_t challengeCode; member
178 uint16_t challengeCode; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp331 .bleOption.challengeCode = 0,
401 .bleOption.challengeCode = 0,
590 uint16_t challengeCode = 0x12; variable
591 NotifyReusedConnected(bleConnection->connectionId, challengeCode);
616 .bleOption.challengeCode = 0,
653 .bleOption.challengeCode = 0,
691 .bleOption.challengeCode = 0,
H A Dconnection_ble_trans_test.cpp141 ctx.challengeCode = 0;
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h94 MatchConnEventNameTypeExtraStrParam(params, ++index, extra.challengeCode);
157 MatchConnAuditNameTypeExtraStrParam(params, ++index, extra.challengeCode);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_types.h157 uint16_t challengeCode; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dconn_audit_converter.h45 CONN_AUDIT_ASSIGNER(String, ChallengeCode, challengeCode)
H A Dconn_event_converter.h59 CONN_ASSIGNER(String, ChallengeCode, challengeCode)