Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_adapter.h79 int32_t DCameraSoftbusSinkGetSession(int32_t socket, std::shared_ptr<DCameraSoftbusSession>& session);
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp484 int32_t DCameraSoftbusAdapter::DCameraSoftbusSinkGetSession(int32_t socket, in DCameraSoftbusSinkGetSession() function in OHOS::DistributedHardware::DCameraSoftbusAdapter
573 int32_t ret = DCameraSoftbusSinkGetSession(socket, session); in SinkOnShutDown()
591 int32_t ret = DCameraSoftbusSinkGetSession(socket, session); in SinkOnBytes()
625 int32_t ret = DCameraSoftbusSinkGetSession(socket, session); in SinkOnStream()
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_adapter_test.cpp589 * @tc.desc: Verify the DCameraSoftbusSinkGetSession function.
613 ret = DCameraSoftbusAdapter::GetInstance().DCameraSoftbusSinkGetSession(sessionId, session); in HWTEST_F()

Completed in 4 milliseconds