Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_stub.h126 int32_t OnSetCallRestrictionResponseInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback1_test.cpp401 … ASSERT_EQ(stubTestFour->OnSetCallRestrictionResponseInner(crData, crReply), TELEPHONY_SUCCESS);
451 … ASSERT_EQ(stubTestFive->OnSetCallRestrictionResponseInner(crData, crReply), TELEPHONY_SUCCESS);
979 … ASSERT_EQ(stubTestFour->OnSetCallRestrictionResponseInner(crData, crReply), TELEPHONY_SUCCESS);
1035 … ASSERT_EQ(stubTestFive->OnSetCallRestrictionResponseInner(crData, crReply), TELEPHONY_SUCCESS);
H A Dims_call_callback_stub_test.cpp90 EXPECT_EQ(callBackStub.OnSetCallRestrictionResponseInner(data, reply), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp231 stub->OnSetCallRestrictionResponseInner(mData, mReply); in TestImsUTCallbackFunction()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp132 …[this](MessageParcel &data, MessageParcel &reply) { return OnSetCallRestrictionResponseInner(data,… in InitSupplementFuncMap()
540 int32_t ImsCallCallbackStub::OnSetCallRestrictionResponseInner(MessageParcel &data, MessageParcel &… in OnSetCallRestrictionResponseInner() function in OHOS::Telephony::ImsCallCallbackStub