Searched refs:CredentialAuthStatusProcess (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 62 …static void CredentialAuthStatusProcess(std::string proofInfo, uint16_t deviceTypeId, int32_t errc…
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 163 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 D | UTTest_softbus_listener.cpp | 734 softbusListener->CredentialAuthStatusProcess(proofInfo2, deviceTypeId, errcode);
|