Home
last modified time | relevance | path

Searched refs:ctInfo (Results 1 - 3 of 3) sorted by relevance

/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_interface.h220 * @param ctInfo[in] contains the call transfer type, enable/disable, the transfered number, the start/end time
224 virtual int32_t SetCallTransferInfo(int32_t slotId, const CallTransferInfo &ctInfo) = 0;
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp405 CallTransferInfo ctInfo; in HWTEST_F() local
406 int32_t ret = telephonyService->SetCallTransferInfo(SIM1_SLOTID, ctInfo); in HWTEST_F()
410 CallTransferInfo ctInfo; in HWTEST_F() local
411 int32_t ret = telephonyService->SetCallTransferInfo(SIM2_SLOTID, ctInfo); in HWTEST_F()
/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp687 int32_t CellularCallProxy::SetCallTransferInfo(int32_t slotId, const CallTransferInfo &ctInfo) in SetCallTransferInfo() argument
697 if (!in.WriteRawData((const void *)&ctInfo, sizeof(CallTransferInfo))) { in SetCallTransferInfo()

Completed in 5 milliseconds