Home
last modified time | relevance | path

Searched refs:rawAddr_ (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp277 : type_(type), rawAddr_(rawAddr) in StateMachine()
289 std::make_unique<CtConnecting>(AVRC_TG_SM_STATE_CONNECTING, *this, rawAddr_); in AddStates()
292 std::make_unique<CtConnected>(AVRC_TG_SM_STATE_CONNECTED, *this, rawAddr_, *ctConnectingPtr.get()); in AddStates()
295 std::make_unique<CtDisconnecting>(AVRC_TG_SM_STATE_DISCONNECTING, *this, rawAddr_, *ctConnectedPtr.get()); in AddStates()
298 std::make_unique<CtContinuation>(AVRC_TG_SM_STATE_CONTINUATION, *this, rawAddr_, *ctConnectedPtr.get()); in AddStates()
301 std::make_unique<CtDisable>(AVRC_TG_SM_STATE_DISABLE, *this, rawAddr_, *ctConnectedPtr.get()); in AddStates()
310 std::make_unique<BrConnecting>(AVRC_TG_SM_STATE_CONNECTING, *this, rawAddr_); in AddStates()
313 std::make_unique<BrConnected>(AVRC_TG_SM_STATE_CONNECTED, *this, rawAddr_, *brConnectingPtr.get()); in AddStates()
316 std::make_unique<BrDisconnecting>(AVRC_TG_SM_STATE_DISCONNECTING, *this, rawAddr_, *brConnectedPtr.get()); in AddStates()
331 : utility::StateMachine::State(name, stateMachine, parent), rawAddr_(rawAdd in State()
[all...]
H A Davrcp_tg_state_machine.h304 RawAddress rawAddr_; member in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine
320 RawAddress rawAddr_; member in OHOS::bluetooth::AvrcTgStateMachineManager::StateMachine::State
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp307 : type_(type), rawAddr_(rawAddr) in StateMachine()
320 std::make_unique<CtConnecting>(AVRC_CT_SM_STATE_CONNECTING, *this, rawAddr_); in AddStates()
325 std::make_unique<CtConnected>(AVRC_CT_SM_STATE_CONNECTED, *this, rawAddr_, *ctConnectingPtr.get()); in AddStates()
330 std::make_unique<CtDisconnecting>(AVRC_CT_SM_STATE_DISCONNECTING, *this, rawAddr_, *ctConnectedPtr.get()); in AddStates()
335 std::make_unique<CtPending>(AVRC_CT_SM_STATE_PENDING, *this, rawAddr_, *ctConnectedPtr.get()); in AddStates()
340 std::make_unique<CtContinuation>(AVRC_CT_SM_STATE_CONTINUATION, *this, rawAddr_, *ctConnectedPtr.get()); in AddStates()
345 std::make_unique<CtDisable>(AVRC_CT_SM_STATE_DISABLE, *this, rawAddr_, *ctConnectedPtr.get()); in AddStates()
357 std::make_unique<BrConnecting>(AVRC_CT_SM_STATE_CONNECTING, *this, rawAddr_); in AddStates()
362 std::make_unique<BrConnected>(AVRC_CT_SM_STATE_CONNECTED, *this, rawAddr_, *brConnectingPtr.get()); in AddStates()
367 std::make_unique<BrDisconnecting>(AVRC_CT_SM_STATE_DISCONNECTING, *this, rawAddr_, *brConnectedPt in AddStates()
[all...]
H A Davrcp_ct_state_machine.h324 RawAddress rawAddr_; member in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine
339 RawAddress rawAddr_; member in OHOS::bluetooth::AvrcCtStateMachineManager::StateMachine::State
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_device.cpp30 impl(const RawAddress rawAddr, utility::Dispatcher &dispatcher):rawAddr_(rawAddr), dispatcher_(dispatcher){}; in impl()
32 const RawAddress rawAddr_; member
205 pimpl->rawAddr_.ConvertToUint8(btAddr.addr); in BtmSetSniffSubrating()
220 pimpl->rawAddr_.ConvertToUint8(btAddr.addr); in BtmExitSniffMode()
231 pimpl->rawAddr_.ConvertToUint8(btAddr.addr); in BtmEnterSniffMode()

Completed in 6 milliseconds