Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_stub.h99 int32_t OnHoldCallResponseInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback1_test.cpp282 ASSERT_EQ(stub->OnHoldCallResponseInner(holdCallData, holdCallReply), TELEPHONY_SUCCESS);
365 ASSERT_NE(stubTestThree->OnHoldCallResponseInner(data, reply), TELEPHONY_SUCCESS);
841 ASSERT_EQ(stub->OnHoldCallResponseInner(holdCallData, holdCallReply), TELEPHONY_SUCCESS);
937 ASSERT_NE(stubTestThree->OnHoldCallResponseInner(data, reply), TELEPHONY_SUCCESS);
H A Dims_call_callback_stub_test.cpp70 EXPECT_NE(callBackStub.OnHoldCallResponseInner(data, reply), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp181 stub->OnHoldCallResponseInner(holdCallData, holdCallReply); in TestImsConfigCallbackFunction()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp58 …[this](MessageParcel &data, MessageParcel &reply) { return OnHoldCallResponseInner(data, reply); }; in InitCallBasicFuncMap()
220 int32_t ImsCallCallbackStub::OnHoldCallResponseInner(MessageParcel &data, MessageParcel &reply) in OnHoldCallResponseInner() function in OHOS::Telephony::ImsCallCallbackStub