Home
last modified time | relevance | path

Searched refs:GetConflictTypeWithErrcode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_deps_mock.cpp126 LinkConflictType GetConflictTypeWithErrcode(int32_t conflictErrcode) in GetConflictTypeWithErrcode() function
128 return GetLaneLinkDepsInterface()->GetConflictTypeWithErrcode(conflictErrcode); in GetConflictTypeWithErrcode()
H A Dlnn_lane_link_deps_mock.h45 virtual LinkConflictType GetConflictTypeWithErrcode(int32_t conflictErrcode) = 0;
76 MOCK_METHOD1(GetConflictTypeWithErrcode, LinkConflictType (int32_t conflictErrcode));
H A Dlnn_lane_link_wifi_direct_test.cpp220 … EXPECT_CALL(laneLinkMock, GetConflictTypeWithErrcode).WillRepeatedly(Return(CONFLICT_THREE_VAP));
267 EXPECT_CALL(laneLinkMock, GetConflictTypeWithErrcode).WillRepeatedly(Return(CONFLICT_ROLE));
316 EXPECT_CALL(laneLinkMock, GetConflictTypeWithErrcode).WillRepeatedly(Return(CONFLICT_ROLE));
365 …EXPECT_CALL(laneLinkMock, GetConflictTypeWithErrcode).WillRepeatedly(Return(CONFLICT_LINK_NUM_LIMI…
418 …EXPECT_CALL(laneLinkMock, GetConflictTypeWithErrcode).WillRepeatedly(Return(CONFLICT_LINK_NUM_LIMI…
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link_conflict.h65 LinkConflictType GetConflictTypeWithErrcode(int32_t conflictErrcode);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c155 LinkConflictType GetConflictTypeWithErrcode(int32_t conflictErrcode) in GetConflictTypeWithErrcode() function
H A Dlnn_lane_link_p2p.c1466 LinkConflictType conflictType = GetConflictTypeWithErrcode(reason); in OnWifiDirectConnectFailure()