Searched refs:RemoveConflictInfoTimelinessMsg (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_wifi_direct_test.cpp | 184 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return()); 230 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return()); 277 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return()); 326 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return()); 375 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return()); 428 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return()); 493 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return()); 526 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return()); 557 EXPECT_CALL(laneLinkMock, RemoveConflictInfoTimelinessMsg).WillRepeatedly(Return());
|
H A D | lnn_lane_link_deps_mock.cpp | 137 void RemoveConflictInfoTimelinessMsg(const DevIdentifyInfo *inputInfo, LinkConflictType conflictTyp… in RemoveConflictInfoTimelinessMsg() function 139 GetLaneLinkDepsInterface()->RemoveConflictInfoTimelinessMsg(inputInfo, conflictType); in RemoveConflictInfoTimelinessMsg()
|
H A D | lnn_lane_link_deps_mock.h | 48 …virtual void RemoveConflictInfoTimelinessMsg(const DevIdentifyInfo *inputInfo, LinkConflictType co… 79 MOCK_METHOD2(RemoveConflictInfoTimelinessMsg, void (const DevIdentifyInfo *inputInfo,
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_link_conflict.h | 70 void RemoveConflictInfoTimelinessMsg(const DevIdentifyInfo *inputInfo, LinkConflictType conflictTyp…
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_conflict.c | 132 void RemoveConflictInfoTimelinessMsg(const DevIdentifyInfo *inputInfo, LinkConflictType conflictTyp… in RemoveConflictInfoTimelinessMsg() function 334 RemoveConflictInfoTimelinessMsg(&inputInfo->identifyInfo, inputInfo->conflictType); in AddLinkConflictInfo()
|
H A D | lnn_lane_link_wifi_direct.c | 594 RemoveConflictInfoTimelinessMsg(&(conflictItem.identifyInfo), conflictType); in HandleForceDownWifiDirect() 634 RemoveConflictInfoTimelinessMsg(&(conflictItem.identifyInfo), conflictType); in HandleForceDownWifiDirectTrans()
|