Searched refs:PostVerifyDeviceMessage (Results 1 – 4 of 4) sorted by relevance
50 int32_t PostVerifyDeviceMessage(const AuthManager *auth, int32_t flagRelay);
545 int32_t ret = PostVerifyDeviceMessage(&auth, flagRelay);1840 int32_t ret = PostVerifyDeviceMessage(auth, flagRelay);
1153 if (PostVerifyDeviceMessage(auth, FLAG_REPLY) == SOFTBUS_OK) { in FlushDeviceProcess()1379 if (PostVerifyDeviceMessage(auth[i], FLAG_ACTIVE) == SOFTBUS_OK) { in AuthFlushDevice()
1849 int32_t PostVerifyDeviceMessage(const AuthManager *auth, int32_t flagRelay) in PostVerifyDeviceMessage() function