Home
last modified time | relevance | path

Searched refs:OnSetImsSwitchStatus (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call_stub.h54 int32_t OnSetImsSwitchStatus(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call_stub.cpp85 … [this](MessageParcel &data, MessageParcel &reply) { return OnSetImsSwitchStatus(data, reply); }; in InitConfigFuncMap()
372 int32_t ImsCallStub::OnSetImsSwitchStatus(MessageParcel &data, MessageParcel &reply) in OnSetImsSwitchStatus() function in OHOS::Telephony::ImsCallStub