Home
last modified time | relevance | path

Searched refs:CallSupplementRequest (Results 1 - 9 of 9) sorted by relevance

/base/telephony/cellular_call/services/connection/include/
H A Dcellular_call_connection_cs.h122 int32_t CallSupplementRequest(int32_t slotId, CallSupplementType type);
H A Dcellular_call_connection_ims.h135 int32_t CallSupplementRequest(int32_t slotId, CallSupplementType type);
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp190 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 Dcellular_call_connection_ims.cpp248 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 Dcs_control.cpp198 return connection.CallSupplementRequest(callInfo.slotId, type); in HangUp()
H A Dims_control.cpp150 return connection.CallSupplementRequest(callInfo.slotId, type); in HangUp()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp732 * @tc.name Test CellularCallConnectionCS CallSupplementRequest
741 int32_t ret = cellularCallConnectionCS.CallSupplementRequest(slotId, type); in HWTEST_F()
H A Dzero_branch_test.cpp988 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 Dzero_branch1_test.cpp890 cellularCallConnectionCS.CallSupplementRequest(SIM2_SLOTID, CallSupplementType::TYPE_DEFAULT); in HWTEST_F()

Completed in 10 milliseconds