Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Ddsched_softbus_session.h109 int32_t UnPackStartEndData(std::shared_ptr<DSchedDataBuffer> buffer, int32_t dataType);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_softbus_session.cpp324 return UnPackStartEndData(buffer, dataType); in UnPackSendData()
371 int32_t DSchedSoftbusSession::UnPackStartEndData(std::shared_ptr<DSchedDataBuffer> buffer, int32_t … in UnPackStartEndData() function in OHOS::DistributedSchedule::DSchedSoftbusSession
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
H A Dsoftbus_transport_test.cpp391 int32_t ret = softbusSessionTest_->UnPackStartEndData(buffer, dataType);