Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h62 …static void CredentialAuthStatusProcess(std::string proofInfo, uint16_t deviceTypeId, int32_t errc…
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp163 void SoftbusListener::CredentialAuthStatusProcess(std::string proofInfo, uint16_t deviceTypeId, int… in CredentialAuthStatusProcess() function in OHOS::DistributedHardware::SoftbusListener
182 ffrt::submit([=]() { CredentialAuthStatusProcess(proofInfoStr, deviceTypeId, errcode); }); in OnCredentialAuthStatus()
184 …std::thread credentialAuthStatus([=]() { CredentialAuthStatusProcess(proofInfoStr, deviceTypeId, e… in OnCredentialAuthStatus()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp734 softbusListener->CredentialAuthStatusProcess(proofInfo2, deviceTypeId, errcode);