Searched refs:GetCallState (Results 1 - 13 of 13) sorted by relevance
/foundation/multimodalinput/input/service/device_state_manager/include/ |
H A D | device_event_monitor.h | 53 int32_t GetCallState();
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_phone_state.h | 39 int GetCallState();
|
H A D | bluetooth_phone_state.cpp | 101 int BluetoothPhoneState::GetCallState() in GetCallState() function in OHOS::Bluetooth::BluetoothPhoneState
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile.h | 539 static std::string GetCallState(int state);
|
H A D | hfp_ag_system_interface.h | 317 int GetCallState() const;
|
H A D | hfp_ag_profile.cpp | 545 __FUNCTION__, GetCallState(preCallState_).c_str(), preNumActiveCalls_, preNumHeldCalls_, in PhoneStateChange() 546 GetCallState(phoneState.callState).c_str(), phoneState.activeNum, phoneState.heldNum); in PhoneStateChange() 766 GetCallState(preCallState_).c_str(), numActive, numHeld); in ProcessCurrentCallStateIdle() 908 std::string HfpAgProfile::GetCallState(int state) in GetCallState() function in OHOS::bluetooth::HfpAgProfile
|
H A D | hfp_ag_system_event_processer.cpp | 266 int callState = systemInterface_.GetCallState(); in GetAgIndicator()
|
H A D | hfp_ag_system_interface.cpp | 276 DelayedRefSingleton<BluetoothCallClient>::GetInstance().GetCallState(); in QueryPhoneState() 734 int HfpAgSystemInterface::GetCallState() const in GetCallState() function in OHOS::bluetooth::HfpAgSystemInterface
|
H A D | hfp_ag_service.cpp | 503 int callState = phoneState.GetCallState(); in PhoneStateChanged()
|
/foundation/multimodalinput/input/service/device_state_manager/src/ |
H A D | device_event_monitor.cpp | 109 int32_t DeviceEventMonitor::GetCallState() in GetCallState() function in OHOS::MMI::DeviceEventMonitor
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 508 if (DEVICE_MONITOR->GetCallState() == StateType::CALL_STATUS_INCOMING || in HandleRingMute() 509 DEVICE_MONITOR->GetCallState() == StateType::CALL_STATUS_WAITING) { in HandleRingMute() 1268 int32_t ret = DEVICE_MONITOR->GetCallState(); in HandleCallEnded()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_ag_server.cpp | 291 phoneState.GetActiveNum(), phoneState.GetHeldNum(), phoneState.GetCallState(), phoneState.GetCallType()); in PhoneStateChanged()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 239 phoneState.GetActiveNum(), phoneState.GetHeldNum(), phoneState.GetCallState(), phoneState.GetCallType()); in PhoneStateChanged()
|
Completed in 12 milliseconds