Home
last modified time | relevance | path

Searched refs:OnSetImsSwitchStatusInner (Results 1 - 5 of 5) sorted by relevance

/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_stub.h371 int32_t OnSetImsSwitchStatusInner(MessageParcel &data, MessageParcel &reply);
/base/telephony/cellular_call/test/unittest/imstest/
H A Dcellular_call_stub_test.cpp115 EXPECT_NE(cellularCallStub.OnSetImsSwitchStatusInner(data, reply), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dzero_branch1_test.cpp358 callStub.OnSetImsSwitchStatusInner(setImsSwitchData, reply); in HWTEST_F()
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp109 DelayedSingleton<CellularCallService>::GetInstance()->OnSetImsSwitchStatusInner(dataMessageParcel, reply); in SetImsSwitchStatus()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp140 [this](MessageParcel &data, MessageParcel &reply) { return OnSetImsSwitchStatusInner(data, reply); }; in InitConfigFuncMap()
908 int32_t CellularCallStub::OnSetImsSwitchStatusInner(MessageParcel &data, MessageParcel &reply) in OnSetImsSwitchStatusInner() function in OHOS::Telephony::CellularCallStub
910 TELEPHONY_LOGI("CellularCallStub::OnSetImsSwitchStatusInner entry"); in OnSetImsSwitchStatusInner()
914 TELEPHONY_LOGE("CellularCallStub::OnSetImsSwitchStatusInner data size error"); in OnSetImsSwitchStatusInner()

Completed in 6 milliseconds