Home
last modified time | relevance | path

Searched refs:chld (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h59 virtual void ProcessChld(int chld) in ProcessChld() argument
93 bool ProcessChld(int chld) in ProcessChld() argument
206 void NotifyProcessChld(int chld) in NotifyProcessChld() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h97 * @param chld The value of the chld.
100 bool HoldCall(int chld) const;
334 * @brief handle chld command
336 * @param chld chld operation
340 bool HandleChld(int chld) const;
423 * @brief add for pts chld command
425 * @param chld chle operation
429 bool HandleChldMock(int chld) cons
[all...]
H A Dhfp_ag_command_processor.cpp284 int chld = StoiTryCatch(dataConn, arg); in ChldSetter() local
285 LOG_INFO("[HFP AG] ChldSetter chld = %{public}d, arg = %{public}s", chld, arg.c_str()); in ChldSetter()
288 if (chld != CHLD_RELEASE_ALL_HELD_CALLS && chld != CHLD_RELEASE_ACTIVE_ACCPET_OTHER && in ChldSetter()
289 chld != CHLD_RELEASE_HOLD_ACCPET_OTHER && chld != CHLD_ADD_CALL_TO_CONVERSATION && in ChldSetter()
290 chld != CHLD_CONNECT_TWO_CALL && chld != CHLD_RELEASE_INDEX_ONE && chld ! in ChldSetter()
[all...]
H A Dhfp_ag_system_interface.cpp180 bool HfpAgSystemInterface::HoldCall(int chld) const in HoldCall()
183 return HandleChld(chld); in HoldCall()
645 bool HfpAgSystemInterface::HandleChldMock(int chld) const in HandleChldMock()
649 if (chld == ATCHLD_RELEASE_HOLD_ACCPET_OTHER) { in HandleChldMock()
658 } else if (chld == ATCHLD_ADD_CALL_TO_CONVERSATION) { in HandleChldMock()
916 bool HfpAgSystemInterface::HandleChld(int chld) const in HandleChld()
920 return HandleChldMock(chld); in HandleChld()
933 if (chld == ATCHLD_RELEASE_ALL_HELD_CALLS) { in HandleChld()
938 } else if (chld == ATCHLD_RELEASE_ACTIVE_ACCPET_OTHER) { in HandleChld()
947 } else if (chld in HandleChld()
[all...]
H A Dhfp_ag_system_event_processer.h124 * @param chld The value of the CHLD command.
126 void ProcessHoldCallEvent(int chld) const;
H A Dhfp_ag_profile_event_sender.h90 * @param chld Value of the CHLD.
92 void HoldCall(const std::string &device, int chld) const;
H A Dhfp_ag_profile_event_sender.cpp99 void HfpAgProfileEventSender::HoldCall(const std::string &device, int chld) const in HoldCall()
101 HfpAgMessage msg(HFP_AG_CONTROL_OTHER_MODULES_EVT, chld); in HoldCall()
H A Dhfp_ag_system_event_processer.cpp227 void HfpAgSystemEventProcesser::ProcessHoldCallEvent(int chld) const in ProcessHoldCallEvent()
229 bool result = systemInterface_.HoldCall(chld); in ProcessHoldCallEvent()

Completed in 6 milliseconds