Home
last modified time | relevance | path

Searched refs:mapSessListeners_ (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp236 mapSessListeners_.erase(sessionId); in CloseSoftbusSession()
291 if (mapSessListeners_.find(sessionId) == mapSessListeners_.end()) { in GetSoftbusListenerById()
296 return mapSessListeners_[sessionId]; in GetSoftbusListenerById()
325 mapSessListeners_.insert(std::make_pair(sessionId, listener)); in OnSoftbusSessionOpened()
344 mapSessListeners_.erase(sessionId); in OnSoftbusSessionClosed()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h80 std::map<int32_t, std::shared_ptr<ISoftbusListener>> mapSessListeners_; member in OHOS::DistributedHardware::SoftbusAdapter
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp381 softbusAdapter.mapSessListeners_[sessionId] = nullptr; in HWTEST_F()

Completed in 2 milliseconds