Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_session_callback.h28 virtual void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) = 0;
/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/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/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/services/implementation/src/dependency/softbus/
H A Dsoftbus_session.cpp213 sessionCallback_->OnAuthDeviceDataReceived(sessionId, message); in OnBytesReceived()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp1014 authManager_->OnAuthDeviceDataReceived(sessionId, message);
1024 authManager_->OnAuthDeviceDataReceived(sessionId, message);
1035 authManager_->OnAuthDeviceDataReceived(sessionId, message);
1047 authManager_->OnAuthDeviceDataReceived(sessionId, message);
1059 authManager_->OnAuthDeviceDataReceived(sessionId, message);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h525 void OnAuthDeviceDataReceived(const int32_t sessionId, const std::string message);
/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