Home
last modified time | relevance | path

Searched refs:SimStkAlphaNotify (Results 1 - 12 of 12) sorted by relevance

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h34 int32_t SimStkAlphaNotify(const std::string &response);
H A Dtel_ril_callback.h134 int32_t SimStkAlphaNotify(
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp208 telRilSim->SimStkAlphaNotify(response); in SimStkProactiveNotify()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h122 int32_t SimStkAlphaNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp144 size_t responseLen) { return SimStkAlphaNotify(notifyType, error, response, responseLen); }; in AddNotificationHandlerToMap()
668 int32_t HRilSim::SimStkAlphaNotify( in SimStkAlphaNotify() function in OHOS::Telephony::HRilSim
675 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimStkAlphaNotify, (const char *)response); in SimStkAlphaNotify()
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h135 int32_t SimStkAlphaNotify(
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp46 int32_t TelRilSim::SimStkAlphaNotify(const std::string &response) in SimStkAlphaNotify() function in OHOS::Telephony::TelRilSim
H A Dtel_ril_callback.cpp410 int32_t TelRilCallback::SimStkAlphaNotify( in SimStkAlphaNotify() function in OHOS::Telephony::TelRilCallback
413 return Notify(responseInfo, &TelRilManager::GetTelRilSim, &TelRilSim::SimStkAlphaNotify, response); in SimStkAlphaNotify()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h353 int32_t SimStkAlphaNotify(
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp63 int32_t RilCallbackTest::SimStkAlphaNotify(const RilRadioResponseInfo &responseInfo, const std::string &response) in SimStkAlphaNotify() function in OHOS::Telephony::RilCallbackTest
65 PrintResponseInfo("SimStkAlphaNotify", responseInfo); in SimStkAlphaNotify()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp94 int32_t RilCallbackTest::SimStkAlphaNotify(const RilRadioResponseInfo &responseInfo, const std::string &response) in SimStkAlphaNotify() function in OHOS::Telephony::RilCallbackTest
97 "SimStkAlphaNotify notice : slotId = %{public}d, response = %{public}s", responseInfo.slotId, response.c_str()); in SimStkAlphaNotify()
H A Dzero_branch_test.cpp700 EXPECT_NE(HDF_SUCCESS, sim->SimStkAlphaNotify(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F()

Completed in 21 milliseconds