/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 295 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; 302 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING; 422 callBase1->callState_ = TelCallState::CALL_STATUS_WAITING; 424 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; 428 callBase1->callState_ = TelCallState::CALL_STATUS_WAITING; 430 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; 432 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; 444 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; 454 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; 473 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; [all …]
|
H A D | zero_branch_test_call_state.cpp | 725 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; 729 callBase2->callState_ = TelCallState::CALL_STATUS_INCOMING; 735 callBase5->callState_ = TelCallState::CALL_STATUS_HOLDING; 739 callBase6->callState_ = TelCallState::CALL_STATUS_ACTIVE; 742 callBase7->callState_ = TelCallState::CALL_STATUS_INCOMING; 748 callBase8->callState_ = TelCallState::CALL_STATUS_HOLDING; 751 callBase9->callState_ = TelCallState::CALL_STATUS_WAITING; 755 callBase10->callState_ = TelCallState::CALL_STATUS_ACTIVE; 758 callBase11->callState_ = TelCallState::CALL_STATUS_WAITING; 780 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING; [all …]
|
H A D | zero_branch1_test.cpp | 394 csCall->callState_ = TelCallState::CALL_STATUS_ACTIVE;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_phone_state.cpp | 28 if (!parcel.WriteInt32(callState_)) { in Marshalling() 66 if (!parcel.ReadInt32(callState_)) { in ReadFromParcel() 103 return callState_; in GetCallState() 108 callState_ = callState; in SetCallState()
|
H A D | bluetooth_phone_state.h | 50 int callState_ {0};
|
/ohos5.0/foundation/multimodalinput/input/service/device_state_manager/src/ |
H A D | device_event_monitor.cpp | 102 …if (hasHandleRingMute_ && (callState_ == CALL_STATUS_INCOMING || callState_ == CALL_STATUS_WAITING… in SetCallState() 106 callState_ = callState; in SetCallState() 113 return callState_; in GetCallState()
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_base.cpp | 37 …direction_(CallDirection::CALL_DIRECTION_IN), policyFlag_(0), callState_(info.callState), autoAnsw… in CallBase() 52 direction_(CallDirection::CALL_DIRECTION_OUT), policyFlag_(0), callState_(info.callState), in CallBase() 131 info.callState = callState_; in GetCallAttributeBaseInfo() 187 … if (callRunningState_ != CallRunningState::CALL_RUNNING_STATE_CREATE && callState_ == nextState && in SetTelCallState() 192 callState_ = nextState; in SetTelCallState() 292 return callState_; in GetTelCallState() 580 …return !(callState_ == TelCallState::CALL_STATUS_IDLE || callState_ == TelCallState::CALL_STATUS_D… in IsAliveState() 581 callState_ == TelCallState::CALL_STATUS_DISCONNECTING); in IsAliveState()
|
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/ |
H A D | incall_data_state_machine.cpp | 27 callState_ = state; in UpdateCallState() 32 return callState_; in GetCallState() 92 if (callState_ == static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) || in IsSecondaryCanActiveData() 93 callState_ == static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)) { in IsSecondaryCanActiveData() 142 callState_ = callState; in Init()
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | update_infos.h | 37 int32_t callState_ = 0; member 40 : UpdateInfo(slotId), callState_(callStateParam), phoneNumber_(phoneNumberParam) {} in CallStateUpdateInfo()
|
H A D | update_contexts.h | 35 callState = info.callState_;
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | data_connection_monitor.cpp | 139 if (callState_ != static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) && in HandleRecovery() 140 callState_ != static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)) { in HandleRecovery() 195 callState_ = state; in UpdateCallState()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_interface.cpp | 77 callState_ = HFP_AG_CALL_STATE_DISCONNECTED; in Stop() 731 callState_ = state; in SetCallState() 736 return callState_; in GetCallState() 906 ((callState_ != HFP_AG_CALL_STATE_IDLE) && (callState_ != HFP_AG_CALL_STATE_INCOMING) && in IsInCall() 907 …(callState_ != HFP_AG_CALL_STATE_DISCONNECTED) && (callState_ != HFP_AG_CALL_STATE_DISCONNECTING))… in IsInCall() 913 return (callState_ == HFP_AG_CALL_STATE_INCOMING); in IsRinging()
|
H A D | hfp_ag_system_interface.h | 470 int callState_ {HFP_AG_CALL_STATE_DISCONNECTED};
|
H A D | hfp_ag_statemachine.cpp | 413 stateMachine_.ProcessKeyPressed(RawAddress(event.dev_), callState_); in Dispatch() 422 callState_ = event.state_.callState; in Dispatch()
|
H A D | hfp_ag_statemachine.h | 194 int callState_ = 0; variable
|
/ohos5.0/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_service.cpp | 51 callState_[i] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService() 53 callState_[-1] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService() 59 callState_.clear(); in ~TelephonyStateRegistryService() 178 callState_[-1] = callState; in UpdateCallState() 212 callState_[slotId] = callState; in UpdateCallStateForSlotId() 555 …record.telephonyObserver_->OnCallStateUpdated(record.slotId_, callState_[record.slotId_], phoneNum… in UpdateData() 788 for (it = callState_.begin(); it != callState_.end(); ++it) { in GetCallState()
|
/ohos5.0/foundation/multimodalinput/input/service/device_state_manager/include/ |
H A D | device_event_monitor.h | 58 int32_t callState_ { -1 };
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | data_connection_monitor.h | 127 int32_t callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE); variable
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 1861 monitor.callState_ = StateType::CALL_STATUS_INCOMING; 1871 monitor.callState_ = StateType::CALL_STATUS_DIALING; 1891 DEVICE_MONITOR->callState_ = StateType::CALL_STATUS_INCOMING; 1912 DEVICE_MONITOR->callState_ = StateType::CALL_STATUS_INCOMING; 1936 DEVICE_MONITOR->callState_ = StateType::CALL_STATUS_INCOMING; 1959 DEVICE_MONITOR->callState_ = StateType::CALL_STATUS_INCOMING; 1982 DEVICE_MONITOR->callState_ = StateType::CALL_STATUS_INCOMING; 2005 DEVICE_MONITOR->callState_ = StateType::CALL_STATUS_INCOMING; 2028 DEVICE_MONITOR->callState_ = StateType::CALL_STATUS_INCOMING; 2047 DEVICE_MONITOR->callState_ = StateType::CALL_STATUS_INCOMING; [all …]
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | call_base.h | 159 TelCallState callState_; variable
|
/ohos5.0/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 99 std::map<int32_t, int32_t> callState_; variable
|
/ohos5.0/base/telephony/cellular_data/services/include/state_machine/ |
H A D | incall_data_state_machine.h | 69 int32_t callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE); variable
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_lifecycle_test.cpp | 763 info.callState_ = static_cast<uint32_t>(AAFwk::CallToState::BACKGROUND); 781 info.callState_ = static_cast<uint32_t>(AAFwk::CallToState::FOREGROUND);
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 318 uint32_t callState_ = 0; member
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 188 sessionInfo.callState_ = static_cast<uint32_t>(callState); in IsJsCallStateUndefind() 917 CreateJsValue(env, static_cast<int32_t>(sessionInfo.callState_))); in CreateJsSessionInfo()
|