Searched refs:OnGetImsSwitchStatusInner (Results 1 – 5 of 5) sorted by relevance
380 int32_t OnGetImsSwitchStatusInner(MessageParcel &data, MessageParcel &reply);
116 EXPECT_NE(cellularCallStub.OnGetImsSwitchStatusInner(data, reply), TELEPHONY_SUCCESS);
362 callStub.OnGetImsSwitchStatusInner(getImsSwitchData, reply);
122 …DelayedSingleton<CellularCallService>::GetInstance()->OnGetImsSwitchStatusInner(dataMessageParcel,… in GetImsSwitchStatus()
142 …[this](MessageParcel &data, MessageParcel &reply) { return OnGetImsSwitchStatusInner(data, reply);… in InitConfigFuncMap()924 int32_t CellularCallStub::OnGetImsSwitchStatusInner(MessageParcel &data, MessageParcel &reply) in OnGetImsSwitchStatusInner() function in OHOS::Telephony::CellularCallStub