Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_stub.h497 int32_t OnSetDeviceDirectionInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dcellular_call_stub_test.cpp129 EXPECT_NE(cellularCallStub.OnSetDeviceDirectionInner(data, reply), TELEPHONY_SUCCESS);
H A Dzero_branch1_test.cpp449 callStub.OnSetDeviceDirectionInner(setDirectionData, reply);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp218 …DelayedSingleton<CellularCallService>::GetInstance()->OnSetDeviceDirectionInner(dataMessageParcel,… in SetDeviceDirection()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp176 …[this](MessageParcel &data, MessageParcel &reply) { return OnSetDeviceDirectionInner(data, reply);… in InitVideoFuncMap()
1149 int32_t CellularCallStub::OnSetDeviceDirectionInner(MessageParcel &data, MessageParcel &reply) in OnSetDeviceDirectionInner() function in OHOS::Telephony::CellularCallStub