Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_session_callback.h27 virtual void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) = 0;
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onbytesreceived_fuzzer/
H A Don_bytes_received_fuzzer.cpp48 void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) override
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsessionopened_fuzzer/
H A Don_session_opened_fuzzer.cpp53 void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) override
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussessionobject_fuzzer/
H A Dsoftbus_session_object_fuzzer.cpp48 void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) override
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/
H A Dsoftbus_session_fuzzer.cpp50 void OnAuthDeviceDataReceived(int32_t sessionId, std::string message) override
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_session.cpp204 sessionCallback_->OnAuthDeviceDataReceived(sessionId, message); in OnBytesReceived()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp1051 authManager_->OnAuthDeviceDataReceived(sessionId, message); in HWTEST_F()
1061 authManager_->OnAuthDeviceDataReceived(sessionId, message); in HWTEST_F()
1072 authManager_->OnAuthDeviceDataReceived(sessionId, message); in HWTEST_F()
1084 authManager_->OnAuthDeviceDataReceived(sessionId, message); in HWTEST_F()
1096 authManager_->OnAuthDeviceDataReceived(sessionId, message); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h503 void OnAuthDeviceDataReceived(const int32_t sessionId, const std::string message);
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2197 void DmAuthManager::OnAuthDeviceDataReceived(const int32_t sessionId, const std::string message) in OnAuthDeviceDataReceived() function in OHOS::DistributedHardware::DmAuthManager
2210 LOGI("OnAuthDeviceDataReceived start msgType %{public}d.", jsonObject[TAG_MSG_TYPE].get<int32_t>()); in OnAuthDeviceDataReceived()

Completed in 9 milliseconds