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 D | lnn_trans_lane_deps_mock.cpp | 129 int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) in LaneLinkupNotify() function 131 return GetTransLaneIf()->LaneLinkupNotify(peerUdid, laneLinkInfo); in LaneLinkupNotify()
|
H A D | lnn_trans_lane_deps_mock.h | 50 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 D | lnn_trans_lane_test.cpp | 330 EXPECT_CALL(transLaneMock, LaneLinkupNotify).WillRepeatedly(Return(SOFTBUS_OK));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_listener.h | 33 int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/ |
H A D | lnn_lane_listener_test.cpp | 449 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 D | lnn_lane_listener.c | 262 int32_t LaneLinkupNotify(const char *peerUdid, const LaneLinkInfo *laneLinkInfo) in LaneLinkupNotify() function
|
H A D | lnn_trans_lane.c | 1483 if (LaneLinkupNotify(info->peerUdid, &info->laneLinkInfo) != SOFTBUS_OK) { in LaneStateChange()
|