Home
last modified time | relevance | path

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

/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()
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 Dsoftbus_conn_ble_manager.c238 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 Dsoftbus_conn_ble_trans.c425 !AddNumber16ToJsonObject(json, CTRL_MSG_KEY_CHALLENGE, ctx.challengeCode)) { in BleCtrlMsgSerializeByJson()
/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 delta);
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/
H A Dconn_event_test.cpp81 .challengeCode = "2024",
141 .challengeCode = "",
209 .challengeCode = "1",
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.cpp50 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 Dwifi_direct_dfx.h36 void Record(uint32_t requestId, uint16_t challengeCode);
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h89 const char *challengeCode; // CHALLENGE_CODE member
161 const char *challengeCode; // CHALLENGE_CODE member
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h110 uint16_t challengeCode; member
176 uint16_t challengeCode; member
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp331 .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 Dconnection_ble_trans_test.cpp147 ctx.challengeCode = 0; in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_types.h157 uint16_t challengeCode; member
/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)
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h94 MatchConnEventNameTypeExtraStrParam(params, ++index, extra.challengeCode); in MATCHER_P2()
157 MatchConnAuditNameTypeExtraStrParam(params, ++index, extra.challengeCode); in MATCHER_P2()

Completed in 17 milliseconds