Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_manager.h99 void (*handlePendingRequest)(void); member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h100 void (*handlePendingRequest)(void); member
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1037 .handlePendingRequest = HandlePendingRequestOnAvailableState, in TransitionToState()
1054 .handlePendingRequest = NULL, in TransitionToState()
1089 if (g_brManager.state->handlePendingRequest != NULL) { in HandlePendingRequestFunc()
1090 g_brManager.state->handlePendingRequest(); in HandlePendingRequestFunc()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1489 .handlePendingRequest = BleHandlePendingRequestOnAvailableState, in TransitionToState()
1508 .handlePendingRequest = NULL, in TransitionToState()
1542 if (g_bleManager.state->handlePendingRequest != NULL) { in HandlePendingRequestFunc()
1543 g_bleManager.state->handlePendingRequest(); in HandlePendingRequestFunc()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp955 g_brManager.state->handlePendingRequest = HandlePendingRequest;