Home
last modified time | relevance | path

Searched refs:CONFLICT_ROLE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link_conflict.h32 CONFLICT_ROLE, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_wifi_direct_test.cpp267 EXPECT_CALL(laneLinkMock, GetConflictTypeWithErrcode).WillRepeatedly(Return(CONFLICT_ROLE));
316 EXPECT_CALL(laneLinkMock, GetConflictTypeWithErrcode).WillRepeatedly(Return(CONFLICT_ROLE));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c161 return CONFLICT_ROLE; in GetConflictTypeWithErrcode()
H A Dlnn_lane_link_p2p.c1467 if (conflictType == CONFLICT_THREE_VAP || conflictType == CONFLICT_ROLE || in OnWifiDirectConnectFailure()