Home
last modified time | relevance | path

Searched refs:CONNECTION_ADDR_SESSION (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_test.cpp64 .type = CONNECTION_ADDR_SESSION,
80 .type = CONNECTION_ADDR_SESSION,
84 .type = CONNECTION_ADDR_SESSION,
H A Dclient_bus_center_manager_test.cpp120 target1.type = CONNECTION_ADDR_SESSION;
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/utils/
H A Dlnn_bus_center_utils_test.cpp113 addr1.type = CONNECTION_ADDR_SESSION;
114 addr2.type = CONNECTION_ADDR_SESSION;
194 EXPECT_TRUE(LnnConvAddrTypeToDiscType(CONNECTION_ADDR_SESSION) == DISCOVERY_TYPE_BLE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_connection_addr_utils.c56 if (addr1->type == CONNECTION_ADDR_SESSION) { in LnnIsSameConnectionAddr()
165 } else if (type == CONNECTION_ADDR_SESSION) { in LnnConvAddrTypeToDiscType()
295 case CONNECTION_ADDR_SESSION: in LnnIsConnectionAddrInvalid()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h253 CONNECTION_ADDR_SESSION, /**< SESSION */ enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_utils_test.cpp133 LnnHasActiveConnection(TEST_NETWORK_ID, CONNECTION_ADDR_SESSION);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp123 connectionAddr.type = CONNECTION_ADDR_SESSION; in ServerIpcOpenAuthSessionTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp301 connFsm4->connInfo.addr.type = CONNECTION_ADDR_SESSION;
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c129 if (addr1->type == CONNECTION_ADDR_SESSION) { in IsSameConnectionAddr()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c304 case CONNECTION_ADDR_SESSION: in ConvertAddrTypeToHisysEvtLinkType()