Searched refs:CONN_SIDE_ANY (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_connection_test.cpp | 332 option->brOption.sideType = CONN_SIDE_ANY; 385 option->brOption.sideType = CONN_SIDE_ANY;
|
H A D | connection_br_test.cpp | 569 info.brOption.sideType = CONN_SIDE_ANY; 587 info.brOption.sideType = CONN_SIDE_ANY;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_other_test.cpp | 537 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 D | softbus_conn_interface.h | 146 CONN_SIDE_ANY = 0, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_connection.c | 728 return CONN_SIDE_ANY; in GetConnSideType() 734 return CONN_SIDE_ANY; in GetConnSideType()
|
H A D | auth_device.c | 559 if (ConnectAuthDevice(request->requestId, &request->connInfo, CONN_SIDE_ANY) != SOFTBUS_OK) { in VerifyDevice()
|
H A D | auth_manager.c | 866 if (ConnectAuthDevice(request.requestId, &request.connInfo, CONN_SIDE_ANY) != SOFTBUS_OK) { in ReportAuthRequestFailed()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 1248 …(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 D | softbus_conn_br_manager.c | 330 …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()
|