Home
last modified time | relevance | path

Searched refs:ObexSetPathObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.h141 class ObexSetPathObject {
143 explicit ObexSetPathObject(const std::vector<std::u16string> &paths);
144 virtual ~ObexSetPathObject() = default;
242 std::unique_ptr<ObexSetPathObject> &GetSetPathObject() in GetSetPathObject()
248 objForSetPath_ = std::make_unique<ObexSetPathObject>(paths); in CreateSetPathObject()
288 std::unique_ptr<ObexSetPathObject> objForSetPath_ = nullptr;
H A Dobex_session.cpp187 ObexSetPathObject::ObexSetPathObject(const std::vector<std::u16string> &paths) in ObexSetPathObject() function in OHOS::bluetooth::ObexSetPathObject
191 std::u16string ObexSetPathObject::GetNextPath() in GetNextPath()
199 bool ObexSetPathObject::IsDone() const in IsDone()