Searched refs:DelLinkConflictInfo (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 | 185 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK)); 231 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK)); 278 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK)); 327 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK)); 376 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK)); 429 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK)); 494 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK)); 527 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK)); 558 EXPECT_CALL(laneLinkMock, DelLinkConflictInfo).WillRepeatedly(Return(SOFTBUS_OK));
|
H A D | lnn_lane_link_deps_mock.cpp | 142 int32_t DelLinkConflictInfo(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType) in DelLinkConflictInfo() function 144 return GetLaneLinkDepsInterface()->DelLinkConflictInfo(inputInfo, conflictType); in DelLinkConflictInfo()
|
H A D | lnn_lane_link_deps_mock.h | 49 …virtual int32_t DelLinkConflictInfo(const DevIdentifyInfo *inputInfo, LinkConflictType conflictTyp… 81 …MOCK_METHOD2(DelLinkConflictInfo, int32_t (const DevIdentifyInfo *inputInfo, LinkConflictType conf…
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_conflict.c | 284 int32_t DelLinkConflictInfo(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType) in DelLinkConflictInfo() function 337 (void)DelLinkConflictInfo(&inputInfo->identifyInfo, inputInfo->conflictType); in AddLinkConflictInfo() 350 (void)DelLinkConflictInfo(&inputInfo->identifyInfo, inputInfo->conflictType); in AddLinkConflictInfo() 453 … if (DelLinkConflictInfo(&conflictItem->identifyInfo, conflictItem->conflictType) != SOFTBUS_OK) { in HandleConflictInfoTimeliness()
|
H A D | lnn_lane_link_wifi_direct.c | 595 (void)DelLinkConflictInfo(&(conflictItem.identifyInfo), conflictType); in HandleForceDownWifiDirect() 635 (void)DelLinkConflictInfo(&(conflictItem.identifyInfo), conflictType); in HandleForceDownWifiDirectTrans()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_link_conflict.h | 67 int32_t DelLinkConflictInfo(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType);
|