Home
last modified time | relevance | path

Searched refs:ConnRequest (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c51 } ConnRequest; typedef
126 ConnRequest *item = (ConnRequest *)SoftBusMalloc(sizeof(ConnRequest)); in AddConnRequest()
128 AUTH_LOGE(AUTH_CONN, "malloc ConnRequest fail"); in AddConnRequest()
142 static ConnRequest *FindConnRequestByFd(int32_t fd) in FindConnRequestByFd()
144 ConnRequest *item = NULL; in FindConnRequestByFd()
145 LIST_FOR_EACH_ENTRY(item, &g_connRequestList, ConnRequest, node) { in FindConnRequestByFd()
153 static ConnRequest *FindConnRequestByRequestId(uint32_t requestId) in FindConnRequestByRequestId()
155 ConnRequest *ite in FindConnRequestByRequestId()
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp141 ConnRequest *item = FindConnRequestByRequestId(requestId); in HWTEST_F()

Completed in 3 milliseconds