Home
last modified time | relevance | path

Searched refs:ReportSetImsConfigResult (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
H A Dregistercallmanagercallback_fuzzer.cpp129 cellularCallRegister->ReportSetImsConfigResult(result); in ReportSetRestrictionResult()
133 void ReportSetImsConfigResult(const uint8_t *data, size_t size) in ReportSetImsConfigResult() function
259 ReportSetImsConfigResult(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_register.h61 void ReportSetImsConfigResult(int32_t result);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp597 callRegister->ReportSetImsConfigResult(RESULT);
629 callRegister->ReportSetImsConfigResult(RESULT);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp231 void CellularCallRegister::ReportSetImsConfigResult(int32_t result) in ReportSetImsConfigResult() function in OHOS::Telephony::CellularCallRegister