Home
last modified time | relevance | path

Searched defs:OnAuthDeviceDataReceived (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onbytesreceived_fuzzer/
H A Don_bytes_received_fuzzer.cpp53 void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) override in OnAuthDeviceDataReceived() function in OHOS::DistributedHardware::SoftbusSessionCallbackTest
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsessionopened_fuzzer/
H A Don_session_opened_fuzzer.cpp58 void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) override in OnAuthDeviceDataReceived() function in OHOS::DistributedHardware::SoftbusSessionCallbackTest
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/
H A Dsoftbus_session_fuzzer.cpp55 void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) override in OnAuthDeviceDataReceived() function in OHOS::DistributedHardware::SoftbusSessionCallbackTest
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussessionobject_fuzzer/
H A Dsoftbus_session_object_fuzzer.cpp53 void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) override in OnAuthDeviceDataReceived() function in OHOS::DistributedHardware::SoftbusSessionCallbackTest
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2436 void DmAuthManager::OnAuthDeviceDataReceived(const int32_t sessionId, const std::string message) in OnAuthDeviceDataReceived() function in OHOS::DistributedHardware::DmAuthManager