Home
last modified time | relevance | path

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

/base/telephony/state_registry/frameworks/js/napi/include/
Dnapi_state_registry.h52 CALL_STATE_IDLE = 0, enumerator
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp586 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
638 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
649 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
676 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
694 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
710 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
727 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
744 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
760 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
777 …CallInfoManager::LockCallState(false, (int32_t)CallStateToApp::CALL_STATE_IDLE, SLEEP_200_MS, SLEE…
[all …]
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts3259 CALL_STATE_IDLE = 0, enumerator
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h358 CALL_STATE_IDLE = 0, enumerator
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp72 return static_cast<int32_t>(CallState::CALL_STATE_IDLE); in WrapCallState()
/base/telephony/call_manager/services/call/src/
Dcall_control_manager.cpp262 callState = CallStateToApp::CALL_STATE_IDLE; in GetCallState()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp280 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_IDLE))), in DeclareCallStateEnum()
581 … NapiCallManagerUtils::ToInt32Value(env, static_cast<int32_t>(CallStateToApp::CALL_STATE_IDLE))), in DeclareCallStateToAppEnum()