Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h62 int32_t PostCloseAckMessage(int64_t authSeq, const AuthSessionInfo *info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp478 int32_t ret = PostCloseAckMessage(authSeq, nullptr);
480 ret = PostCloseAckMessage(authSeq, &info);
H A Dauth_session_message_test.cpp557 EXPECT_TRUE(PostCloseAckMessage(123, &info) == SOFTBUS_AUTH_SEND_FAIL);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c329 int32_t PostCloseAckMessage(int64_t authSeq, const AuthSessionInfo *info) in PostCloseAckMessage() function
H A Dauth_session_fsm.c1292 if (PostCloseAckMessage(authFsm->authSeq, info) != SOFTBUS_OK) { in HandleCloseAckMessage()