Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.cpp78 std::string challengeCodeStr; in ReportConnEventExtra() local
82 challengeCodeStr = std::to_string(challengeCodeMap_[requestId]); in ReportConnEventExtra()
83 extra.challengeCode = challengeCodeStr.c_str(); in ReportConnEventExtra()