Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h66 bool IsDeviceMessagePacket(const AuthConnInfo *connInfo, const AuthDataHead *head, const uint8_t *d…
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp620 EXPECT_TRUE(!IsDeviceMessagePacket(&connInfo, nullptr, nullptr, true, &messageParse));
622 EXPECT_TRUE(!IsDeviceMessagePacket(&connInfo, nullptr, nullptr, true, &messageParse));
H A Dauth_other_test.cpp600 bool ret = IsDeviceMessagePacket(connInfo, head, &data, isServer, &messageParse);
603 ret = IsDeviceMessagePacket(connInfo, head, &data, isServer, &messageParse);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c400 bool IsDeviceMessagePacket(const AuthConnInfo *connInfo, const AuthDataHead *head, const uint8_t *d… in IsDeviceMessagePacket() function
H A Dauth_manager.c1275 if (IsDeviceMessagePacket(connInfo, head, data, !fromServer, &messageParse)) { in HandleDeviceInfoData()