Home
last modified time | relevance | path

Searched refs:NUM_KEY_SESSION_PORT (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h59 NUM_KEY_SESSION_PORT = NUM_KEY_BEGIN, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp185 ret = LnnSetLocalNumInfo(NUM_KEY_SESSION_PORT, LOCAL_SESSION_PORT); in ConstructWiFiLocalInfo()
229 ret = LnnGetLocalNumInfo(NUM_KEY_SESSION_PORT, &port); in GetWiFiLocalInfo()
344 EXPECT_TRUE(LnnGetLocalStrInfo(NUM_KEY_SESSION_PORT, nodeInfo, len) == SOFTBUS_INVALID_PARAM);
H A Dnet_ledger_test.cpp154 EXPECT_TRUE(LnnGetRemoteNumInfo(nullptr, NUM_KEY_SESSION_PORT, &info) == SOFTBUS_INVALID_PARAM);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c180 if (LnnGetLocalNumInfo(NUM_KEY_SESSION_PORT, &sessionPort) != SOFTBUS_OK) { in OpenSessionPort()
205 return LnnSetLocalNumInfo(NUM_KEY_SESSION_PORT, port); in OpenSessionPort()
214 (void)LnnSetLocalNumInfo(NUM_KEY_SESSION_PORT, IP_DEFAULT_PORT); in CloseSessionPort()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp388 NUM_KEY_SESSION_PORT,
417 int32_t ret = LnnSetLocalNumInfo(NUM_KEY_SESSION_PORT, LOCAL_SESSION_PORT);
H A Dlnn_disctributed_net_ledger_test.cpp179 NUM_KEY_SESSION_PORT,
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c848 (void)LnnGetLocalNumInfo(NUM_KEY_SESSION_PORT, &lnnAuditExtra->localSessionPort); in AuditReportSetLocalDevInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1450 ret = LnnGetRemoteNumInfo(reqInfo->peerNetworkId, NUM_KEY_SESSION_PORT, &port); in FillWlanLinkInfo()
H A Dlnn_lane_link_p2p.c1906 if (LnnGetRemoteNumInfo(networkId, NUM_KEY_SESSION_PORT, &port) != SOFTBUS_OK) { in GetWlanInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c779 {NUM_KEY_SESSION_PORT, DlGetSessionPort},
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1799 {NUM_KEY_SESSION_PORT, -1, LlGetSessionPort, UpdateLocalSessionPort},