Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_stub.h189 int32_t OnSendUpdateCallMediaModeResponseInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dcellular_call_stub_test.cpp70 …EXPECT_NE(cellularCallStub.OnSendUpdateCallMediaModeResponseInner(data, reply), TELEPHONY_SUCCESS);
H A Dzero_branch1_test.cpp502 callStub.OnSendUpdateCallMediaModeResponseInner(callMediaModeResponseData, reply);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp285 DelayedSingleton<CellularCallService>::GetInstance()->OnSendUpdateCallMediaModeResponseInner( in SendUpdateCallMediaModeResponse()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp183 return OnSendUpdateCallMediaModeResponseInner(data, reply); in InitVideoFuncMap()
575 int32_t CellularCallStub::OnSendUpdateCallMediaModeResponseInner(MessageParcel &data, MessageParcel… in OnSendUpdateCallMediaModeResponseInner() function in OHOS::Telephony::CellularCallStub