/base/telephony/call_manager/services/call_report/src/ |
D | call_state_report_proxy.cpp | 53 int32_t CallStateReportProxy::ReportCallState(int32_t slotId, int32_t callState, std::u16string pho… in ReportCallState() 67 int32_t slotId, int32_t callId, int32_t callState, std::u16string incomingNumber) in ReportCallStateForCallId()
|
/base/telephony/call_manager/services/call/src/ |
D | call_object_manager.cpp | 300 sptr<CallBase> CallObjectManager::GetOneCallObject(CallRunningState callState) in GetOneCallObject() 312 bool CallObjectManager::IsCallExist(CallType callType, TelCallState callState) in IsCallExist() 325 bool CallObjectManager::IsCallExist(TelCallState callState) in IsCallExist() 338 bool CallObjectManager::IsCallExist(TelCallState callState, int32_t &callId) in IsCallExist() 366 int32_t CallObjectManager::GetCallNum(TelCallState callState) in GetCallNum() 381 std::string CallObjectManager::GetCallNumber(TelCallState callState) in GetCallNumber()
|
D | call_control_manager.cpp | 260 CallStateToApp callState = CallStateToApp::CALL_STATE_UNKNOWN; in GetCallState() local
|
/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_manager.cpp | 57 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
|
D | bluetooth_connection.cpp | 190 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
|
D | bluetooth_call_service.cpp | 113 int32_t callState = static_cast<int32_t>(TelCallState::CALL_STATUS_IDLE); in GetCallState() local
|
/base/telephony/call_manager/services/audio/src/ |
D | call_state_processor.cpp | 136 bool CallStateProcessor::ShouldSwitchState(TelCallState callState) in ShouldSwitchState()
|
D | audio_control_manager.cpp | 47 TelCallState callState = callObjectPtr->GetTelCallState(); in CallStateUpdated() local
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_observer.h | 29 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
|
D | state_registry_test.cpp | 133 int32_t callState = 16; in UpdateCallState() local 145 int32_t callState = 16; in UpdateCallStateForSlotId() local
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
D | update_contexts.h | 31 int32_t callState; member
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
D | napi_telephony_observer.cpp | 24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16str… in OnCallStateUpdated()
|
D | event_listener_handler.cpp | 60 int32_t WrapCallState(int32_t callState) in WrapCallState()
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
D | telephony_observer.cpp | 24 int32_t slotId, int32_t callState, const std::u16string &phoneNumber) {} in OnCallStateUpdated() 92 int32_t callState = data.ReadInt32(); in OnCallStateUpdatedInner() local
|
D | telephony_observer_proxy.cpp | 28 int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
|
/base/telephony/state_registry/service/src/ |
D | telephony_state_registry_stub.cpp | 72 int32_t callState = data.ReadInt32(); in OnUpdateCallState() local 96 int32_t callState = data.ReadInt32(); in OnUpdateCallStateForSlotId() local
|
D | telephony_state_registry_service.cpp | 140 int32_t slotId, int32_t callState, const std::u16string &number) in UpdateCallState() 172 int32_t slotId, int32_t callId, int32_t callState, const std::u16string &incomingNumber) in UpdateCallStateForSlotId()
|
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/ |
D | registercallmanagercallback_fuzzer.cpp | 63 TelCallState callState = static_cast<TelCallState>(size % CALL_STATE_NUM); in ReportCallsInfo() local
|
/base/telephony/call_manager/services/call/include/ |
D | common_type.h | 45 TelCallState callState; member
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_register.cpp | 65 void CellularCallRegister::ReportSingleCallInfo(const CallReportInfo &info, TelCallState callState) in ReportSingleCallInfo()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | call_manager_gtest.cpp | 85 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() 141 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local 1060 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable 1115 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable 1176 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable 1196 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
|
/base/powermgr/battery_statistics/services/native/src/ |
D | battery_stats_listener.cpp | 317 … Telephony::TelCallState callState = Telephony::TelCallState(stoi(root["STATE"].asString())); in ProcessPhoneEvent() local
|
/base/telephony/call_manager/interfaces/kits/js/ |
D | @ohos.telephony.call.d.ts | 1053 callState: DetailedCallState; property
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 158 TelCallState callState; member 704 TelCallState callState; member
|