Home
last modified time | relevance | path

Searched refs:HandleTransportDataBusy (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.h29 void HandleTransportDataBusy(ObexServerSession &session, uint8_t isBusy) override;
H A Dobex_mp_client.h82 void HandleTransportDataBusy(uint8_t isBusy) override;
H A Dobex_client.h301 virtual void HandleTransportDataBusy(uint8_t isBusy);
H A Dobex_server.h105 virtual void HandleTransportDataBusy(ObexServerSession &serverSession, uint8_t isBusy);
H A Dobex_server.cpp296 obexServer_.HandleTransportDataBusy(serverSession, isBusy); in OnTransportDataBusy()
363 void ObexPrivateServer::HandleTransportDataBusy(ObexServerSession &session, uint8_t isBusy) in HandleTransportDataBusy() function in OHOS::bluetooth::ObexPrivateServer
H A Dobex_mp_server.cpp131 void ObexPrivateMpServer::HandleTransportDataBusy(ObexServerSession &session, uint8_t isBusy) in HandleTransportDataBusy() function in OHOS::bluetooth::ObexPrivateMpServer
H A Dobex_client.cpp61 obexClient_.HandleTransportDataBusy(isBusy); in OnTransportDataBusy()
623 void ObexClient::HandleTransportDataBusy(uint8_t isBusy) in HandleTransportDataBusy() function in OHOS::bluetooth::ObexClient
H A Dobex_mp_client.cpp346 void ObexMpClient::HandleTransportDataBusy(uint8_t isBusy) in HandleTransportDataBusy() function in OHOS::bluetooth::ObexMpClient

Completed in 4 milliseconds