Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp177 std::string proofInfoStr; in OnCredentialAuthStatus() local
179 proofInfoStr = std::string(proofInfo, proofLen); in OnCredentialAuthStatus()
182 ffrt::submit([=]() { CredentialAuthStatusProcess(proofInfoStr, deviceTypeId, errcode); }); in OnCredentialAuthStatus()
184 …std::thread credentialAuthStatus([=]() { CredentialAuthStatusProcess(proofInfoStr, deviceTypeId, e… in OnCredentialAuthStatus()