Home
last modified time | relevance | path

Searched refs:OnGetImsSwitchStatusInner (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_stub.h380 int32_t OnGetImsSwitchStatusInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dcellular_call_stub_test.cpp116 EXPECT_NE(cellularCallStub.OnGetImsSwitchStatusInner(data, reply), TELEPHONY_SUCCESS);
H A Dzero_branch1_test.cpp362 callStub.OnGetImsSwitchStatusInner(getImsSwitchData, reply);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp122 …DelayedSingleton<CellularCallService>::GetInstance()->OnGetImsSwitchStatusInner(dataMessageParcel,… in GetImsSwitchStatus()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp142 …[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