Home
last modified time | relevance | path

Searched refs:sinkSocketSessionMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkbytesreceived_fuzzer/
H A Dsoftbusonsinkbytesreceived_fuzzer.cpp33 DCameraSoftbusAdapter::GetInstance().sinkSocketSessionMap_[socket] = session; in SoftbusOnSinkBytesReceivedFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkstreamreceived_fuzzer/
H A Dsoftbusonsinkstreamreceived_fuzzer.cpp43 DCameraSoftbusAdapter::GetInstance().sinkSocketSessionMap_[socket] = session; in SoftbusOnSinkStreamReceivedFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp230 sinkSocketSessionMap_.erase(socket); in CloseSoftbusSession()
482 auto iter = sinkSocketSessionMap_.find(socket); in DCameraSoftbusSinkGetSession()
483 if (iter == sinkSocketSessionMap_.end()) { in DCameraSoftbusSinkGetSession()
521 sinkSocketSessionMap_[socket] = session; in DCameraSoftBusGetSessionByPeerSocket()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_adapter.h103 std::map<int32_t, std::shared_ptr<DCameraSoftbusSession>> sinkSocketSessionMap_; variable