Home
last modified time | relevance | path

Searched refs:ToSoftBusErrorCode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp106 param.frequency, type, ToSoftBusErrorCode(ret)); in P2pCreateGroup()
183 ToSoftBusErrorCode(static_cast<int32_t>(ret))); in DestroyGroup()
230 return ToSoftBusErrorCode(ret); in GetRecommendChannel()
251 ToSoftBusErrorCode(ret)); in GetSelfWifiConfigInfo()
285 ToSoftBusErrorCode(ret)); in SetPeerWifiConfigInfo()
308 ToSoftBusErrorCode(static_cast<int32_t>(ret))); in GetGroupInfo()
309 return ToSoftBusErrorCode(static_cast<int32_t>(ret)); in GetGroupInfo()
341 ToSoftBusErrorCode(static_cast<int32_t>(ret))); in GetGroupConfig()
369 return ToSoftBusErrorCode(ret); in GetIpAddress()
400 return ToSoftBusErrorCode(ret); in GetDynamicMacAddress()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter_test.cpp127 EXPECT_EQ(result, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
167 EXPECT_EQ(ret, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
325 EXPECT_EQ(ret, ToSoftBusErrorCode(static_cast<int32_t>(ERROR_WIFI_UNKNOWN)));
350 EXPECT_EQ(ret, ToSoftBusErrorCode(static_cast<int32_t>(ERROR_WIFI_UNKNOWN)));
372 EXPECT_EQ(ret, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
393 EXPECT_EQ(ret, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity_test.cpp96 EXPECT_EQ(result.errorCode_, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
187 EXPECT_EQ(result.errorCode_, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
280 EXPECT_EQ(result.errorCode_, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
292 EXPECT_EQ(result.errorCode_, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
343 EXPECT_EQ(ret, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
368 EXPECT_EQ(result.errorCode_, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
381 EXPECT_EQ(result.errorCode_, ToSoftBusErrorCode(ERROR_WIFI_UNKNOWN));
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_error_code.h380 static inline int32_t ToSoftBusErrorCode(int32_t errorCode) in ToSoftBusErrorCode() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp480 EXPECT_EQ(value, ToSoftBusErrorCode(ERROR_WIFI_IFACE_INVALID));