Searched refs:CallSupplementRequest (Results 1 - 9 of 9) sorted by relevance
/base/telephony/cellular_call/services/connection/include/ |
H A D | cellular_call_connection_cs.h | 122 int32_t CallSupplementRequest(int32_t slotId, CallSupplementType type);
|
H A D | cellular_call_connection_ims.h | 135 int32_t CallSupplementRequest(int32_t slotId, CallSupplementType type);
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_cs.cpp | 190 int32_t CellularCallConnectionCS::CallSupplementRequest(int32_t slotId, CallSupplementType type) in CallSupplementRequest() function in OHOS::Telephony::CellularCallConnectionCS 192 TELEPHONY_LOGI("CellularCallConnectionCS::CallSupplementRequest start."); in CallSupplementRequest() 194 TELEPHONY_LOGE("CallSupplementRequest return, error type: GetInstance() is nullptr."); in CallSupplementRequest() 199 TELEPHONY_LOGE("CallSupplementRequest return, error type: handle is nullptr."); in CallSupplementRequest()
|
H A D | cellular_call_connection_ims.cpp | 248 int32_t CellularCallConnectionIMS::CallSupplementRequest(int32_t slotId, CallSupplementType type) in CallSupplementRequest() function in OHOS::Telephony::CellularCallConnectionIMS
|
/base/telephony/cellular_call/services/control/src/ |
H A D | cs_control.cpp | 198 return connection.CallSupplementRequest(callInfo.slotId, type); in HangUp()
|
H A D | ims_control.cpp | 150 return connection.CallSupplementRequest(callInfo.slotId, type); in HangUp()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_connection_test.cpp | 732 * @tc.name Test CellularCallConnectionCS CallSupplementRequest 741 int32_t ret = cellularCallConnectionCS.CallSupplementRequest(slotId, type); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 988 ASSERT_EQ(callConn.CallSupplementRequest(SIM1_SLOTID, CallSupplementType::TYPE_DEFAULT), TELEPHONY_SUCCESS); in HWTEST_F() 1007 ASSERT_EQ(callConn.CallSupplementRequest(SIM1_SLOTID, CallSupplementType::TYPE_DEFAULT), TELEPHONY_SUCCESS); in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 890 cellularCallConnectionCS.CallSupplementRequest(SIM2_SLOTID, CallSupplementType::TYPE_DEFAULT); in HWTEST_F()
|
Completed in 10 milliseconds