Home
last modified time | relevance | path

Searched refs:GetChallengeCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp372 EXPECT_EQ(msg.GetChallengeCode(), 0);
374 EXPECT_EQ(msg.GetChallengeCode(), 1);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message.h200 uint32_t GetChallengeCode() const;
H A Dnegotiate_message.cpp528 uint32_t NegotiateMessage::GetChallengeCode() const in GetChallengeCode() function in OHOS::SoftBus::NegotiateMessage