Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h62 int32_t PostCloseAckMessage(int64_t authSeq, const AuthSessionInfo *info);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp481 int32_t ret = PostCloseAckMessage(authSeq, nullptr); in HWTEST_F()
483 ret = PostCloseAckMessage(authSeq, &info); in HWTEST_F()
H A Dauth_session_message_test.cpp557 EXPECT_TRUE(PostCloseAckMessage(123, &info) == SOFTBUS_AUTH_SEND_FAIL); in HWTEST_F()
/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.c1295 if (PostCloseAckMessage(authFsm->authSeq, info) != SOFTBUS_OK) { in HandleCloseAckMessage()

Completed in 8 milliseconds