Home
last modified time | relevance | path

Searched defs:isServerSide (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_deps_mock.cpp84 int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) in AddLaneResourceToPool()
89 int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) in DelLaneResourceByLaneId()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device_common_key.h34 bool isServerSide; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_transceiver.h35 bool isServerSide; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_deps_mock.cpp111 int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) in AddLaneResourceToPool()
116 int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) in DelLaneResourceByLaneId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp99 int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) in AddLaneResourceToPool()
104 int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) in DelLaneResourceByLaneId()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dstream_adaptor.cpp77 …d StreamAdaptor::InitAdaptor(int32_t channelId, const VtpStreamOpenParam *param, bool isServerSide, in InitAdaptor()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c367 …tic int32_t CreateNewLaneResource(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) in CreateNewLaneResource()
431 static int32_t UpdateExistLaneResource(LaneResource *resourceItem, bool isServerSide) in UpdateExistLaneResource()
450 int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) in AddLaneResourceToPool()
482 static bool IsNeedDelResource(uint64_t laneId, bool isServerSide, LaneResource *item) in IsNeedDelResource()
565 int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) in DelLaneResourceByLaneId()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c117 static int32_t NotifyUdpChannelOpened(const AppInfo *appInfo, bool isServerSide) in NotifyUdpChannelOpened()
358 static int32_t CloseUdpChannel(AppInfo *appInfo, bool isServerSide) in CloseUdpChannel()
393 static int32_t ProcessUdpChannelState(AppInfo *appInfo, bool isServerSide) in ProcessUdpChannelState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp650 bool isServerSide = true; variable
774 bool isServerSide = true; variable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link.h111 bool isServerSide; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_server_tcp_direct_test.cpp202 static int32_t TestAddSessionConn(bool isServerSide) in TestAddSessionConn()