Searched refs:OnGetCallTransferInner (Results 1 – 5 of 5) sorted by relevance
299 int32_t OnGetCallTransferInner(MessageParcel &data, MessageParcel &reply);
94 EXPECT_NE(cellularCallStub.OnGetCallTransferInner(data, reply), TELEPHONY_SUCCESS);
311 callStub.OnGetCallTransferInner(getCallTransferData, reply);
171 …DelayedSingleton<CellularCallService>::GetInstance()->OnGetCallTransferInner(dataMessageParcel, re… in GetCallTransferInfo()
196 … [this](MessageParcel &data, MessageParcel &reply) { return OnGetCallTransferInner(data, reply); }; in InitSupplementFuncMap()777 int32_t CellularCallStub::OnGetCallTransferInner(MessageParcel &data, MessageParcel &reply) in OnGetCallTransferInner() function in OHOS::Telephony::CellularCallStub