Home
last modified time | relevance | path

Searched refs:CODE_TCP_KEEPALIVE (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h49 #define CODE_TCP_KEEPALIVE 3 macro
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c389 if (!JSON_AddInt32ToObject(obj, CODE, CODE_TCP_KEEPALIVE) || !JSON_AddStringToObject(obj, DEVICE_ID, uuid) || in PackKeepaliveMessage()
436 if (messageParse->messageType == CODE_TCP_KEEPALIVE) { in IsDeviceMessagePacket()
549 } else if (messageParse->messageType == CODE_TCP_KEEPALIVE) { in PostDeviceMessage()
H A Dauth_manager.c1281 } else if (head->flag == 0 && messageParse.messageType == CODE_TCP_KEEPALIVE) { in HandleDeviceInfoData()
1652 if (PostDeviceMessageByUuid(uuid, CODE_TCP_KEEPALIVE, cycle) != SOFTBUS_OK) { in AuthSendKeepaliveOption()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp583 messageParse.messageType = CODE_TCP_KEEPALIVE; in HWTEST_F()

Completed in 8 milliseconds