Home
last modified time | relevance | path

Searched refs:ISoftbusSessionCallback (Results 1 - 13 of 13) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_session.h47 int32_t RegisterSessionCallback(std::shared_ptr<ISoftbusSessionCallback> callback);
86 static std::shared_ptr<ISoftbusSessionCallback> sessionCallback_;
H A Dsoftbus_session_callback.h21 class ISoftbusSessionCallback { class
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onbytesreceived_fuzzer/
H A Don_bytes_received_fuzzer.cpp25 class SoftbusSessionCallbackTest : public ISoftbusSessionCallback {
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsessionopened_fuzzer/
H A Don_session_opened_fuzzer.cpp30 class SoftbusSessionCallbackTest : public ISoftbusSessionCallback {
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_session.cpp28 std::shared_ptr<ISoftbusSessionCallback> SoftbusSession::sessionCallback_ = nullptr;
80 int32_t SoftbusSession::RegisterSessionCallback(std::shared_ptr<ISoftbusSessionCallback> callback) in RegisterSessionCallback()
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_session.cpp115 softbusSession->RegisterSessionCallback(std::shared_ptr<ISoftbusSessionCallback>(discoveryMgr)); in HWTEST_F()
207 std::shared_ptr<ISoftbusSessionCallback> callback; in HWTEST_F()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussessionobject_fuzzer/
H A Dsoftbus_session_object_fuzzer.cpp25 class SoftbusSessionCallbackTest : public ISoftbusSessionCallback {
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/
H A Dsoftbus_session_fuzzer.cpp27 class SoftbusSessionCallbackTest : public ISoftbusSessionCallback {
/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp75 RegisterSessionCallback(std::shared_ptr<ISoftbusSessionCallback>(g_authManager)); in DmAuthManagerFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h183 class DmAuthManager final : public ISoftbusSessionCallback,
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.cpp127 std::shared_ptr<ISoftbusSessionCallback>(authManager_)); in SetUp()
H A DUTTest_dm_auth_manager_second.cpp46 std::shared_ptr<ISoftbusSessionCallback>(authManager_)); in SetUp()
H A DUTTest_dm_auth_manager_first.cpp65 std::shared_ptr<ISoftbusSessionCallback>(authManager_)); in SetUp()

Completed in 14 milliseconds