Searched refs:GetPacketSize (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/ |
H A D | famgr_test.cpp | 101 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 D | dmslite_packet.h | 40 uint16_t GetPacketSize();
|
/ohos5.0/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_packet.c | 109 uint16_t GetPacketSize() in GetPacketSize() function
|
H A D | dmslite_session.c | 166 int32_t ret = SendBytes(g_curSessionId, GetPacketBufPtr(), GetPacketSize()); in HandleSessionOpened()
|
H A D | dmslite_famgr.c | 104 int32_t ret = SendDmsMessage(GetPacketBufPtr(), GetPacketSize(), in StartRemoteAbility()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | remote_executor.h | 138 int GetPacketSize(const std::string &device, size_t &packetSize) const;
|
H A D | remote_executor.cpp | 909 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()
|