Home
last modified time | relevance | path

Searched refs:IAdapter (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.h75 void Init(IAdapter &adapter);
105 AdapterState(const std::string &name, AdapterStateMachine &stateMachine, IAdapter &adapter) in AdapterState()
115 IAdapter &adapter_;
128 AdapterTurningOnState(AdapterStateMachine &stateMachine, IAdapter &adapter);
176 AdapterTurnOnState(AdapterStateMachine &stateMachine, IAdapter &adapter) in AdapterTurnOnState()
219 AdapterTurningOffState(AdapterStateMachine &stateMachine, IAdapter &adapter);
268 AdapterTurnOffState(AdapterStateMachine &stateMachine, IAdapter &adapter) in AdapterTurnOffState()
H A Dadapter_state_machine.cpp28 void AdapterStateMachine::Init(IAdapter &adapter) in Init()
64 AdapterTurningOnState::AdapterTurningOnState(AdapterStateMachine &stateMachine, IAdapter &adapter) in AdapterTurningOnState()
154 AdapterTurningOffState::AdapterTurningOffState(AdapterStateMachine &stateMachine, IAdapter &adapter) in AdapterTurningOffState()
H A Dadapter_manager.cpp659 std::shared_ptr<IAdapter> otherAdapter = in RemoveDeviceProfileConfig()
661 static_cast<std::shared_ptr<IAdapter>>(GetBleAdapterInterface()) : in RemoveDeviceProfileConfig()
662 static_cast<std::shared_ptr<IAdapter>>(GetClassicAdapterInterface()); in RemoveDeviceProfileConfig()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h63 class IAdapter { class
66 * @brief A destructor used to delete the <b>IAdapter</b> instance.
70 virtual ~IAdapter() = default;
H A Dinterface_adapter_classic.h184 class IAdapterClassic : public IAdapter {
H A Dinterface_adapter_ble.h239 class IAdapterBle : public IAdapter {
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Diadapter.h33 class IAdapter { class
76 virtual ~IAdapter() {}; in ~IAdapter()
H A Dicommunicator_aggregator.h36 virtual int Initialize(IAdapter *inAdapter, const std::shared_ptr<DBStatusAdapter> &statusAdapter) = 0;
H A Dcommunicator_aggregator.h57 int Initialize(IAdapter *inAdapter, const std::shared_ptr<DBStatusAdapter> &statusAdapter) override;
178 IAdapter *adapterHandle_ = nullptr;
H A Dnetwork_adapter.h29 class NetworkAdapter : public IAdapter {
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator_aggregator.h31 int Initialize(IAdapter *inAdapter, const std::shared_ptr<DBStatusAdapter> &statusAdapter) override;
H A Dvirtual_communicator_aggregator.cpp27 int VirtualCommunicatorAggregator::Initialize(IAdapter *inAdapter, in Initialize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.h29 class AdapterStub : public IAdapter {
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h43 int SetCommunicatorAdapter(IAdapter *adapter) override;
213 IAdapter *adapter_;
H A Druntime_context_impl.cpp86 int RuntimeContextImpl::SetCommunicatorAdapter(IAdapter *adapter) in SetCommunicatorAdapter()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h57 virtual int SetCommunicatorAdapter(IAdapter *adapter) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_auto_launch_test.cpp68 int Initialize(IAdapter *inAdapter, const std::shared_ptr<DBStatusAdapter> &statusAdapter) override
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp55 int CommunicatorAggregator::Initialize(IAdapter *inAdapter, const std::shared_ptr<DBStatusAdapter> &statusAdapter) in Initialize()

Completed in 11 milliseconds