Home
last modified time | relevance | path

Searched refs:SimRefreshNotify (Results 1 - 11 of 11) sorted by relevance

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h37 int32_t SimRefreshNotify();
H A Dtel_ril_callback.h139 int32_t SimRefreshNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h126 int32_t SimRefreshNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp153 size_t responseLen) { return SimRefreshNotify(notifyType, error, response, responseLen); }; in AddNotificationHandlerToMap()
694 int32_t HRilSim::SimRefreshNotify( in SimRefreshNotify() function in OHOS::Telephony::HRilSim
697 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::SimRefreshNotify); in SimRefreshNotify()
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h140 int32_t SimRefreshNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp63 int32_t TelRilSim::SimRefreshNotify() in SimRefreshNotify() function in OHOS::Telephony::TelRilSim
H A Dtel_ril_callback.cpp427 int32_t TelRilCallback::SimRefreshNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) in SimRefreshNotify() function in OHOS::Telephony::TelRilCallback
429 return Notify(responseInfo, &TelRilManager::GetTelRilSim, &TelRilSim::SimRefreshNotify); in SimRefreshNotify()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h358 int32_t SimRefreshNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp85 int32_t RilCallbackTest::SimRefreshNotify(const RilRadioResponseInfo &responseInfo) in SimRefreshNotify() function in OHOS::Telephony::RilCallbackTest
87 PrintResponseInfo("SimRefreshNotify", responseInfo); in SimRefreshNotify()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp114 int32_t RilCallbackTest::SimRefreshNotify(const RilRadioResponseInfo &responseInfo) in SimRefreshNotify() function in OHOS::Telephony::RilCallbackTest
116 TELEPHONY_LOGI("SimRefreshNotify notice : slotId = %{public}d", responseInfo.slotId); in SimRefreshNotify()
H A Dzero_branch_test.cpp703 EXPECT_NE(HDF_SUCCESS, sim->SimRefreshNotify(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F()

Completed in 20 milliseconds