Home
last modified time | relevance | path

Searched refs:CALL_STATE_IDLE (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager1_gtest.cpp181 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
197 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
214 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
231 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
248 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
301 … EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallState(), (int32_t)CallStateToApp::CALL_STATE_IDLE);
319 … EXPECT_EQ(CallManagerGtest::clientPtr_->GetCallState(), (int32_t)CallStateToApp::CALL_STATE_IDLE);
626 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE;
681 … ASSERT_EQ(CallManagerGtest::clientPtr_->GetCallState(), (int32_t)CallStateToApp::CALL_STATE_IDLE);
752 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE;
[all …]
H A Dcall_manager8_gtest.cpp186 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
219 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
252 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
285 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
318 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
351 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
385 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
437 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
H A Dcall_manager2_gtest.cpp825 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
879 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
890 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
917 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
935 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
951 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
968 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
H A Dcall_manager4_gtest.cpp181 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
612 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
692 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
757 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
774 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
H A Dcall_manager5_gtest.cpp950 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_state_registry.h52 CALL_STATE_IDLE = 0, enumerator
/ohos5.0/docs/zh-cn/application-dev/telephony/
H A Dtelephony-call.md19 | CALL_STATE_IDLE | 0 | 表示没有正在进行的呼叫。 |
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp107 case CallStateToApp::CALL_STATE_IDLE: in GetVoipCallState()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_base.h394 CALL_STATE_IDLE = 0, enumerator
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp237 if (VoIPCallState_ != CallStateToApp::CALL_STATE_IDLE) { in AnswerCall()
410 if (!HasCellularCallExist() && (VoIPCallState_ == CallStateToApp::CALL_STATE_IDLE || in GetCallState()
412 callState = CallStateToApp::CALL_STATE_IDLE; in GetCallState()
1322 if (VoIPCallState_ == CallStateToApp::CALL_STATE_IDLE) { in SetVoIPCallState()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h167 CallStateToApp VoIPCallState_ = CallStateToApp::CALL_STATE_IDLE;
/ohos5.0/docs/en/application-dev/telephony/
H A Dtelephony-call.md19 | CALL_STATE_IDLE | 0 | No call is in progress. |
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp724 if (state != static_cast<int32_t>(CallStateToApp::CALL_STATE_IDLE)) { in PlayCallEndedTone()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call.md821 | CALL_STATE_IDLE | 0 | 表示没有正在进行的呼叫。 |
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp72 return static_cast<int32_t>(CallState::CALL_STATE_IDLE); in WrapCallState()
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call.md821 | CALL_STATE_IDLE | 0 | No call is in progress. |
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp307 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_IDLE))), in DeclareCallStateEnum()
703 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_IDLE))), in DeclareCallStateToAppEnum()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avsession-kit/
H A Djs-apis-avsession.md5213 | CALL_STATE_IDLE | 0 | 空闲状态 |
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/
H A Djs-apis-avsession.md5213 | CALL_STATE_IDLE | 0 | The phone is idle. |