Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_stub.h488 int32_t OnSetPausePictureInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dcellular_call_stub_test.cpp128 EXPECT_NE(cellularCallStub.OnSetPausePictureInner(data, reply), TELEPHONY_SUCCESS);
H A Dzero_branch1_test.cpp446 callStub.OnSetPausePictureInner(setImageData, reply);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp198 …DelayedSingleton<CellularCallService>::GetInstance()->OnSetPausePictureInner(dataMessageParcel, re… in SetPausePicture()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp174 … [this](MessageParcel &data, MessageParcel &reply) { return OnSetPausePictureInner(data, reply); }; in InitVideoFuncMap()
1133 int32_t CellularCallStub::OnSetPausePictureInner(MessageParcel &data, MessageParcel &reply) in OnSetPausePictureInner() function in OHOS::Telephony::CellularCallStub