Home
last modified time | relevance | path

Searched refs:HfpAgSystemEventProcesser (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_event_processer.cpp26 HfpAgSystemEventProcesser::HfpAgSystemEventProcesser(HfpAgProfile &profile, const std::string &addr… in HfpAgSystemEventProcesser() function in OHOS::bluetooth::HfpAgSystemEventProcesser
31 void HfpAgSystemEventProcesser::Start() in Start()
37 void HfpAgSystemEventProcesser::Stop() in Stop()
125 void HfpAgSystemEventProcesser::ProcessAnswerCallEvent() const in ProcessAnswerCallEvent()
245 void HfpAgSystemEventProcesser::GetSubscriberNumber() const in GetSubscriberNumber()
262 void HfpAgSystemEventProcesser::GetAgIndicator() in GetAgIndicator()
307 void HfpAgSystemEventProcesser::GetNetworkOperator() const in GetNetworkOperator()
313 void HfpAgSystemEventProcesser::GetCurrentCalls() const in GetCurrentCalls()
348 void HfpAgSystemEventProcesser::QueryAgIndicator() in QueryAgIndicator()
353 void HfpAgSystemEventProcesser::UpdataAgIndicator() in UpdataAgIndicator()
[all …]
H A Dhfp_ag_statemachine.h147 HfpAgSystemEventProcesser eventProcessor_;
168 HfpAgSystemEventProcesser &eventDispatch, int stateInt, in HfpAgState()
178 HfpAgSystemEventProcesser &eventDispatch, int stateInt) in HfpAgState()
195 HfpAgSystemEventProcesser &eventProcessor_;
203 HfpAgSystemEventProcesser &eventDispatch) in HfpAgDisconnected()
218 HfpAgSystemEventProcesser &eventDispatch) in HfpAgConnecting()
232 HfpAgSystemEventProcesser &eventDispatch) in HfpAgDisconnecting()
244 HfpAgSystemEventProcesser &eventDispatch) in HfpAgConnected()
263 HfpAgSystemEventProcesser &eventDispatch, utility::StateMachine::State &parent) in HfpAgAudioConnecting()
275 HfpAgSystemEventProcesser &eventDispatch, utility::StateMachine::State &parent) in HfpAgAudioDisconnecting()
[all …]
H A Dhfp_ag_system_event_processer.h30 class HfpAgSystemEventProcesser {
38 HfpAgSystemEventProcesser(HfpAgProfile &profile, const std::string &address);
43 ~HfpAgSystemEventProcesser() = default;
H A Dhfp_ag_service.cpp75 HfpAgSystemEventProcesser::Start(); in StartUp()
119 HfpAgSystemEventProcesser::Stop(); in ShutDownDone()