Home
last modified time | relevance | path

Searched refs:LaneLinkupNotify (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp129 int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) in LaneLinkupNotify() function
131 return GetTransLaneIf()->LaneLinkupNotify(peerUdid, laneLinkInfo); in LaneLinkupNotify()
H A Dlnn_trans_lane_deps_mock.h50 virtual int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) = 0;
77 … MOCK_METHOD2(LaneLinkupNotify, int32_t (const char *peerUdid, const LaneLinkInfo *laneLinkInfo));
H A Dlnn_trans_lane_test.cpp330 EXPECT_CALL(transLaneMock, LaneLinkupNotify).WillRepeatedly(Return(SOFTBUS_OK));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_listener.h33 int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_test.cpp449 int32_t ret = LaneLinkupNotify(nullptr, &linkInfo);
452 ret = LaneLinkupNotify(PEER_UDID, nullptr);
462 ret = LaneLinkupNotify(PEER_UDID, &linkInfo);
472 ret = LaneLinkupNotify(PEER_UDID, &linkInfo);
475 ret = LaneLinkupNotify(PEER_UDID, &linkInfo);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c262 int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) in LaneLinkupNotify() function
H A Dlnn_trans_lane.c1483 if (LaneLinkupNotify(info->peerUdid, &info->laneLinkInfo) != SOFTBUS_OK) { in LaneStateChange()