Home
last modified time | relevance | path

Searched refs:ConnBrStopServer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_connection.h95 int32_t ConnBrStopServer(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp314 ret = ConnBrStopServer();
318 ret = ConnBrStopServer();
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1595 return ConnBrStopServer(); in BrStopLocalListening()
1751 status = ConnBrStopServer(); in OnBtStateChanged()
H A Dsoftbus_conn_br_connection.c786 int32_t ConnBrStopServer(void) in ConnBrStopServer() function