Home
last modified time | relevance | path

Searched refs:ClassicAdapter (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp34 struct ClassicAdapter::impl {
40 ClassicAdapter::ClassicAdapter() in ClassicAdapter() function in OHOS::bluetooth::ClassicAdapter
45 pimpl(std::make_unique<ClassicAdapter::impl>()) in ClassicAdapter()
52 ClassicAdapter::~ClassicAdapter() in ~ClassicAdapter()
57 void ClassicAdapter::Enable() in Enable()
61 GetDispatcher()->PostTask(std::bind(&ClassicAdapter::StartUp, this)); in Enable()
64 void ClassicAdapter::StartUp() in StartUp()
70 ClassicUtils::CheckReturnValue("ClassicAdapter", "LoadConfigInf in StartUp()
[all...]
H A Dclassic_adapter.h58 class ClassicAdapter : public IAdapterClassic, public utility::Context { class
61 * @brief A constructor used to create a <b>ClassicAdapter</b> instance.
64 ClassicAdapter();
67 * @brief A destructor used to delete the <b>ClassicAdapter</b> instance.
70 ~ClassicAdapter();
227 * @brief Get the instance of the ClassicAdapter.
229 * @return Returns the instance of the ClassicAdapter.
1091 BT_DISALLOW_COPY_AND_ASSIGN(ClassicAdapter);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp48 // T is BleAdapter or ClassicAdapter
82 std::unique_ptr<AdapterInfo<ClassicAdapter>> classicAdapter_ = nullptr;
699 pimpl->classicAdapter_ = CreateAdapter<ClassicAdapter>( in CreateAdapters()

Completed in 5 milliseconds