Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h64 int32_t PostDeviceMessage(
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp581 int32_t ret = PostDeviceMessage(&auth, flagRelay, AUTH_LINK_TYPE_WIFI, &messageParse); in HWTEST_F()
584 ret = PostDeviceMessage(&auth, flagRelay, AUTH_LINK_TYPE_WIFI, &messageParse); in HWTEST_F()
602 int32_t ret = PostDeviceMessage(auth, flagRelay, AUTH_LINK_TYPE_WIFI, &messageParse); in HWTEST_F()
604 ret = PostDeviceMessage(&authManager, flagRelay, AuthLinkType(type), nullptr); in HWTEST_F()
606 ret = PostDeviceMessage(&authManager, flagRelay, AuthLinkType(type), &messageParse); in HWTEST_F()
609 ret = PostDeviceMessage(&authManager, flagRelay, AuthLinkType(type), &messageParse); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c534 int32_t PostDeviceMessage( in PostDeviceMessage() function
H A Dauth_manager.c1239 if (PostDeviceMessage(auth, FLAG_REPLY, connInfo->type, messageParse) == SOFTBUS_OK) { in FlushDeviceProcess()
1601 ret = PostDeviceMessage(auth[i], FLAG_ACTIVE, AUTH_LINK_TYPE_WIFI, &messageParse); in PostDeviceMessageByUuid()

Completed in 8 milliseconds