Home
last modified time | relevance | path

Searched refs:OnSetImsConfigInt (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.h56 int32_t OnSetImsConfigInt(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call_stub.cpp91 … [this](MessageParcel &data, MessageParcel &reply) { return OnSetImsConfigInt(data, reply); }; in InitConfigFuncMap()
389 int32_t ImsCallStub::OnSetImsConfigInt(MessageParcel &data, MessageParcel &reply) in OnSetImsConfigInt() function in OHOS::Telephony::ImsCallStub