Home
last modified time | relevance | path

Searched refs:PostVerifyDeviceMessage (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
Dauth_session_message.h50 int32_t PostVerifyDeviceMessage(const AuthManager *auth, int32_t flagRelay);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_test.cpp545 int32_t ret = PostVerifyDeviceMessage(&auth, flagRelay);
1840 int32_t ret = PostVerifyDeviceMessage(auth, flagRelay);
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_manager.c1153 if (PostVerifyDeviceMessage(auth, FLAG_REPLY) == SOFTBUS_OK) { in FlushDeviceProcess()
1379 if (PostVerifyDeviceMessage(auth[i], FLAG_ACTIVE) == SOFTBUS_OK) { in AuthFlushDevice()
Dauth_session_message.c1849 int32_t PostVerifyDeviceMessage(const AuthManager *auth, int32_t flagRelay) in PostVerifyDeviceMessage() function