Home
last modified time | relevance | path

Searched defs:ssResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.h225 int32_t WriteSsBaseResult(MessageParcel &in, const SsBaseResult &ssResult) in WriteSsBaseResult()
242 …int32_t WriteSsResult(MessageParcel &in, const SsBaseResult &ssResult, const int32_t action, const… in WriteSsResult()
/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_callback_proxy.cpp161 int32_t slotId, const std::string &funcName, MessageParcel &in, const SsBaseResult &ssResult) in WriteSsBaseResultCommonInfo()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp200 void WriteSsResult(MessageParcel &in, SsBaseResult &ssResult, const int32_t action, const int32_t s… in WriteSsResult()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp615 int32_t slotId, const std::string &funcName, MessageParcel &in, const SsBaseResult &ssResult) in WriteSsBaseResultCommonInfo()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp1062 auto ssResult = std::make_shared<SsBaseResult>(); variable