/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_connection.c | 66 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 D | softbus_conn_ble_manager.c | 237 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 D | softbus_conn_ble_trans.c | 425 !AddNumber16ToJsonObject(json, CTRL_MSG_KEY_CHALLENGE, ctx.challengeCode)) { in BleCtrlMsgSerializeByJson()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_manager.h | 64 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 D | softbus_conn_ble_trans.h | 76 uint16_t challengeCode; member
|
H A D | softbus_conn_ble_connection.h | 187 int32_t ConnBleUpdateConnectionRc(ConnBleConnection *connection, uint16_t challengeCode, int32_t de…
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_dfx.cpp | 52 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 D | wifi_direct_dfx.h | 36 void Record(uint32_t requestId, uint16_t challengeCode);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | conn_event_test.cpp | 81 .challengeCode = "2024", 141 .challengeCode = "", 209 .challengeCode = "1",
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | conn_event_form.h | 89 const char *challengeCode; // CHALLENGE_CODE member 157 const char *challengeCode; // CHALLENGE_CODE member
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 110 uint16_t challengeCode; member 178 uint16_t challengeCode; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_manager_test.cpp | 331 .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 D | connection_ble_trans_test.cpp | 141 ctx.challengeCode = 0;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | conn_hisysevent_matcher.h | 94 MatchConnEventNameTypeExtraStrParam(params, ++index, extra.challengeCode); 157 MatchConnAuditNameTypeExtraStrParam(params, ++index, extra.challengeCode);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_types.h | 157 uint16_t challengeCode; member
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | conn_audit_converter.h | 45 CONN_AUDIT_ASSIGNER(String, ChallengeCode, challengeCode)
|
H A D | conn_event_converter.h | 59 CONN_ASSIGNER(String, ChallengeCode, challengeCode)
|