Home
last modified time | relevance | path

Searched refs:CreateRequest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.cpp317 std::unique_ptr<ObexHeader> header = ObexHeader::CreateRequest(ObexOpeId::CONNECT); in Connect()
351 auto req = ObexHeader::CreateRequest(ObexOpeId::DISCONNECT); in Disconnect()
405 auto req = ObexHeader::CreateRequest(ObexOpeId::ABORT); in SendAbortRequest()
459 auto req = ObexHeader::CreateRequest(ObexOpeId::SETPATH); in SetPath()
H A Dobex_headers.h397 static std::unique_ptr<ObexHeader> CreateRequest(ObexOpeId opcode);
H A Dobex_headers.cpp273 std::unique_ptr<ObexHeader> ObexHeader::CreateRequest(ObexOpeId opcode) in CreateRequest() function in OHOS::bluetooth::ObexHeader