Home
last modified time | relevance | path

Searched refs:GetPacketBufPtr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
H A Dfamgr_test.cpp101 RunTest((const uint8_t *)GetPacketBufPtr(), GetPacketSize(), onTlvParseDone, nullptr);
124 RunTest((const uint8_t *)GetPacketBufPtr(), GetPacketSize(), onTlvParseDone, nullptr);
/ohos5.0/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_packet.h41 const char* GetPacketBufPtr();
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_packet.c114 const char* GetPacketBufPtr() in GetPacketBufPtr() function
H A Ddmslite_session.c166 int32_t ret = SendBytes(g_curSessionId, GetPacketBufPtr(), GetPacketSize()); in HandleSessionOpened()
H A Ddmslite_famgr.c104 int32_t ret = SendDmsMessage(GetPacketBufPtr(), GetPacketSize(), in StartRemoteAbility()