Home
last modified time | relevance | path

Searched refs:GetPacketSize (Results 1 – 7 of 7) 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.h40 uint16_t GetPacketSize();
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_packet.c109 uint16_t GetPacketSize() in GetPacketSize() 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.h138 int GetPacketSize(const std::string &device, size_t &packetSize) const;
H A Dremote_executor.cpp909 int RemoteExecutor::GetPacketSize(const std::string &device, size_t &packetSize) const in GetPacketSize() function in DistributedDB::RemoteExecutor
943 int errCode = GetPacketSize(device, packetSize); in ResponseRemoteQueryRequest()