Searched refs:HasState (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager3_gtest.cpp | 82 if (!(HasState(g_newCallId, static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE)))) { in HasActiveStatus() 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() function in OHOS::Telephony::CallInfoManager
|
H A D | call_manager5_gtest.cpp | 82 if (!(HasState(g_newCallId, static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE)))) { in HasActiveStatus() 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() function in OHOS::Telephony::CallInfoManager
|
H A D | call_manager6_gtest.cpp | 82 if (!(HasState(g_newCallId, static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE)))) { in HasActiveStatus() 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() function in OHOS::Telephony::CallInfoManager
|
H A D | call_manager8_gtest.cpp | 82 if (!(HasState(g_newCallId, static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE)))) { in HasActiveStatus() 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() function in OHOS::Telephony::CallInfoManager
|
H A D | call_manager1_gtest.cpp | 82 if (!(HasState(g_newCallId, static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE)))) { in HasActiveStatus() 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() function in OHOS::Telephony::CallInfoManager
|
H A D | call_manager4_gtest.cpp | 82 if (!(HasState(g_newCallId, static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE)))) { in HasActiveStatus() 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() function in OHOS::Telephony::CallInfoManager
|
H A D | call_manager2_gtest.cpp | 82 if (!(HasState(g_newCallId, static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE)))) { in HasActiveStatus() 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() function in OHOS::Telephony::CallInfoManager
|
H A D | call_manager7_gtest.cpp | 82 if (!(HasState(g_newCallId, static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE)))) { in HasActiveStatus() 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() function in OHOS::Telephony::CallInfoManager
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_connect.h | 246 static bool HasState(int32_t callId, int32_t callState);
|