Home
last modified time | relevance | path

Searched refs:CONN_SIDE_ANY (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp518 EXPECT_EQ(ret, CONN_SIDE_ANY); in HWTEST_F()
520 EXPECT_EQ(ret, CONN_SIDE_ANY); in HWTEST_F()
522 EXPECT_EQ(ret, CONN_SIDE_ANY); in HWTEST_F()
524 EXPECT_EQ(ret, CONN_SIDE_ANY); in HWTEST_F()
526 EXPECT_EQ(ret, CONN_SIDE_ANY); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_connection_test.cpp339 option->brOption.sideType = CONN_SIDE_ANY; in HWTEST_F()
397 option->brOption.sideType = CONN_SIDE_ANY; in HWTEST_F()
H A Dconnection_br_test.cpp569 info.brOption.sideType = CONN_SIDE_ANY; in HWTEST_F()
587 info.brOption.sideType = CONN_SIDE_ANY; in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h146 CONN_SIDE_ANY = 0, enumerator
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c736 return CONN_SIDE_ANY; in GetConnSideType()
742 return CONN_SIDE_ANY; in GetConnSideType()
H A Dauth_device.c559 if (ConnectAuthDevice(request->requestId, &request->connInfo, CONN_SIDE_ANY) != SOFTBUS_OK) { in VerifyDevice()
H A Dauth_manager.c868 if (ConnectAuthDevice(request.requestId, &request.connInfo, CONN_SIDE_ANY) != SOFTBUS_OK) { in ReportAuthRequestFailed()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1249 (option->addressOption.side == CONN_SIDE_ANY ? true : connection->side == option->addressOption.side) && in ConnectionCompareByAddress()
1258 (option->underlayerHandleOption.side == CONN_SIDE_ANY ? in ConnectionCompareByUnderlayHandle()
1858 connection = ConnBleGetConnectionByAddr(option->bleOption.bleMac, CONN_SIDE_ANY, option->bleOption.protocol); in BleDisconnectDeviceNow()
2103 ConnBleConnection *connection = ConnBleGetConnectionByHandle(underlayHandle, CONN_SIDE_ANY, BLE_GATT); in ConflictPostBytes()
2133 ConnBleConnection *connection = ConnBleGetConnectionByHandle(handle, CONN_SIDE_ANY, BLE_GATT); in ConflictDisconnect()
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c330 ConnBleConnection *bleConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_ANY, BLE_GATT); in KeepAliveBleIfSameAddress()
1422 if (StrCmpIgnoreCase(it->addr, addr) == 0 && (side == CONN_SIDE_ANY ? true : it->side == side)) { in ConnBrGetConnectionByAddr()

Completed in 21 milliseconds