Home
last modified time | relevance | path

Searched refs:GetSoftbusListenerById (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h66 std::shared_ptr<ISoftbusListener> &GetSoftbusListenerById(int32_t sessionId);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp350 std::shared_ptr<ISoftbusListener> actual = softbusAdapter.GetSoftbusListenerById(sessionId);
382 std::shared_ptr<ISoftbusListener> listener = softbusAdapter.GetSoftbusListenerById(sessionId);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp288 std::shared_ptr<ISoftbusListener> &SoftbusAdapter::GetSoftbusListenerById(int32_t sessionId) in GetSoftbusListenerById() function in OHOS::DistributedHardware::SoftbusAdapter
333 std::shared_ptr<ISoftbusListener> &listener = GetSoftbusListenerById(sessionId); in OnSoftbusSessionClosed()