Home
last modified time | relevance | path

Searched refs:CorrectFromServer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp806 CorrectFromServer(CONN_ID_1, &connInfo, &fromServer);
811 CorrectFromServer(CONN_ID_1, &connInfo, &fromServer);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1443 static void CorrectFromServer(uint64_t connId, const AuthConnInfo *connInfo, bool *fromServer) in CorrectFromServer() function
1472 CorrectFromServer(connId, connInfo, &fromServer); in OnDataReceived()