Home
last modified time | relevance | path

Searched refs:UpdateGetRestrictionResult (Results 1 – 8 of 8) sorted by relevance

/base/telephony/call_manager/services/telephony_interaction/include/
Dcall_status_callback.h42 int32_t UpdateGetRestrictionResult(const CallRestrictionResponse &result) override;
/base/telephony/call_manager/interfaces/innerkits/
Dcall_status_callback_proxy.h97 … int32_t UpdateGetRestrictionResult(const CallRestrictionResponse &callRestrictionResult) override;
Di_call_status_callback.h93 …virtual int32_t UpdateGetRestrictionResult(const CallRestrictionResponse &callRestrictionResult) =…
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
Dtelephonyinteraction_fuzzer.cpp168 int32_t UpdateGetRestrictionResult(const uint8_t *data, size_t size) in UpdateGetRestrictionResult() function
335 UpdateGetRestrictionResult(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_register.cpp133 callManagerCallBack_->UpdateGetRestrictionResult(response); in ReportGetRestrictionResult()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback.cpp200 int32_t CallStatusCallback::UpdateGetRestrictionResult(const CallRestrictionResponse &result) in UpdateGetRestrictionResult() function in OHOS::Telephony::CallStatusCallback
Dcall_status_callback_stub.cpp268 result = UpdateGetRestrictionResult(*parcelPtr); in OnUpdateGetRestrictionResult()
/base/telephony/call_manager/frameworks/native/src/
Dcall_status_callback_proxy.cpp189 int32_t CallStatusCallbackProxy::UpdateGetRestrictionResult(const CallRestrictionResponse &callRest… in UpdateGetRestrictionResult() function in OHOS::Telephony::CallStatusCallbackProxy