/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() 337 static bool NeedProccessOccupy(ConnBleConnection *connection, int32_t delta, uint16_t challengeCode, in NeedProccessOccupy() argument 353 referenceContext->challengeCode = challengeCode; in NeedProccessOccupy() 367 int32_t ConnBleUpdateConnectionRc(ConnBleConnection *connection, uint16_t challengeCode, int32_t delta) in ConnBleUpdateConnectionRc() argument 370 if (NeedProccessOccupy(connection, delta, challengeCode, true, 0)) { in ConnBleUpdateConnectionRc() 399 connection->connectionId, underlayerHandle, connection->side, delta, challengeCode, localR in ConnBleUpdateConnectionRc() 426 uint16_t challengeCode = referenceCount->challengeCode; BleOnReferenceRequest() local 473 uint16_t challengeCode = 0; ConnBleOnReferenceRequest() local [all...] |
H A D | softbus_conn_ble_manager.c | 238 request->challengeCode = ctx->challengeCode; in NewRequest() 373 ConnBleUpdateConnectionRc(connection, it->challengeCode, 1); in BleNotifyDeviceConnectResult() 377 it->requestId, anomizeAddress, connection->connectionId, device->protocol, it->challengeCode); in BleNotifyDeviceConnectResult() 381 info.bleInfo.challengeCode = it->challengeCode; in BleNotifyDeviceConnectResult() 1422 void NotifyReusedConnected(uint32_t connectionId, uint16_t challengeCode) in NotifyReusedConnected() argument 1433 info.bleInfo.challengeCode = challengeCode; in NotifyReusedConnected() 1788 ctx->challengeCode in BleConnectDevice() [all...] |
H A D | softbus_conn_ble_trans.c | 425 !AddNumber16ToJsonObject(json, CTRL_MSG_KEY_CHALLENGE, ctx.challengeCode)) { in BleCtrlMsgSerializeByJson()
|
/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 delta);
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/ |
H A D | conn_event_test.cpp | 81 .challengeCode = "2024", 141 .challengeCode = "", 209 .challengeCode = "1",
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_dfx.cpp | 50 void WifiDirectDfx::Record(uint32_t requestId, uint16_t challengeCode) in Record() argument 53 challengeCodeMap_.insert(std::make_pair(requestId, challengeCode)); in Record() 81 extra.challengeCode = challengeCodeStr.c_str(); in ReportConnEventExtra()
|
H A D | wifi_direct_dfx.h | 36 void Record(uint32_t requestId, uint16_t challengeCode);
|
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | conn_event_form.h | 89 const char *challengeCode; // CHALLENGE_CODE member 161 const char *challengeCode; // CHALLENGE_CODE member
|
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 110 uint16_t challengeCode; member 176 uint16_t challengeCode; member
|
/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_manager_test.cpp | 331 .bleOption.challengeCode = 0, in HWTEST_F() 401 .bleOption.challengeCode = 0, in HWTEST_F() 590 uint16_t challengeCode = 0x12; in HWTEST_F() local 591 NotifyReusedConnected(bleConnection->connectionId, challengeCode); in HWTEST_F() 616 .bleOption.challengeCode = 0, in HWTEST_F() 653 .bleOption.challengeCode = 0, in HWTEST_F() 691 .bleOption.challengeCode = 0, in HWTEST_F()
|
H A D | connection_ble_trans_test.cpp | 147 ctx.challengeCode = 0; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_types.h | 157 uint16_t challengeCode; member
|
/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)
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | conn_hisysevent_matcher.h | 94 MatchConnEventNameTypeExtraStrParam(params, ++index, extra.challengeCode); in MATCHER_P2() 157 MatchConnAuditNameTypeExtraStrParam(params, ++index, extra.challengeCode); in MATCHER_P2()
|