Home
last modified time | relevance | path

Searched refs:REQUEST_TYPE_RECONNECT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_request.h31 REQUEST_TYPE_RECONNECT, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp110 request.type = REQUEST_TYPE_RECONNECT;
H A Dauth_manager_test.cpp490 request.type = REQUEST_TYPE_RECONNECT;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c629 request.type = REQUEST_TYPE_RECONNECT; in AuthStartReconnectDevice()
H A Dauth_manager.c1134 if (request.type == REQUEST_TYPE_RECONNECT && connInfo != NULL) { in OnConnectResult()