Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_connection_test.cpp332 option->brOption.sideType = CONN_SIDE_ANY;
385 option->brOption.sideType = CONN_SIDE_ANY;
H A Dconnection_br_test.cpp569 info.brOption.sideType = CONN_SIDE_ANY;
587 info.brOption.sideType = CONN_SIDE_ANY;
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp537 EXPECT_EQ(ret, CONN_SIDE_ANY);
539 EXPECT_EQ(ret, CONN_SIDE_ANY);
541 EXPECT_EQ(ret, CONN_SIDE_ANY);
543 EXPECT_EQ(ret, CONN_SIDE_ANY);
545 EXPECT_EQ(ret, CONN_SIDE_ANY);
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h146 CONN_SIDE_ANY = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c728 return CONN_SIDE_ANY; in GetConnSideType()
734 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.c866 if (ConnectAuthDevice(request.requestId, &request.connInfo, CONN_SIDE_ANY) != SOFTBUS_OK) { in ReportAuthRequestFailed()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1248 …(option->addressOption.side == CONN_SIDE_ANY ? true : connection->side == option->addressOption.si… in ConnectionCompareByAddress()
1257 (option->underlayerHandleOption.side == CONN_SIDE_ANY ? in ConnectionCompareByUnderlayHandle()
1847 … ConnBleGetConnectionByAddr(option->bleOption.bleMac, CONN_SIDE_ANY, option->bleOption.protocol); in BleDisconnectDeviceNow()
2089 …ConnBleConnection *connection = ConnBleGetConnectionByHandle(underlayHandle, CONN_SIDE_ANY, BLE_GA… in ConflictPostBytes()
2119 ConnBleConnection *connection = ConnBleGetConnectionByHandle(handle, CONN_SIDE_ANY, BLE_GATT); in ConflictDisconnect()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c330 …ConnBleConnection *bleConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_ANY, BLE_GAT… in KeepAliveBleIfSameAddress()
1422 … if (StrCmpIgnoreCase(it->addr, addr) == 0 && (side == CONN_SIDE_ANY ? true : it->side == side)) { in ConnBrGetConnectionByAddr()