Home
last modified time | relevance | path

Searched refs:ResidentNetworkUpdated (Results 1 - 14 of 14) sorted by relevance

/base/telephony/ril_adapter/services/vendor/include/
H A Dat_network.h77 int32_t ResidentNetworkUpdated(struct ReportInfo reportInfo, const char *s);
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h63 int32_t ResidentNetworkUpdated(const std::string &plmn);
H A Dtel_ril_callback.h207 int32_t ResidentNetworkUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h110 int32_t ResidentNetworkUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_report.c426 ResidentNetworkUpdated(reportInfo, str); in OnNotifyNetWorksOps()
H A Dat_network.c1391 int32_t ResidentNetworkUpdated(struct ReportInfo reportInfo, const char *s) in ResidentNetworkUpdated() function
1402 TELEPHONY_LOGE("ResidentNetworkUpdated skip failed: [%{public}s]", str); in ResidentNetworkUpdated()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp67 size_t responseLen) { return ResidentNetworkUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap()
832 int32_t HRilNetwork::ResidentNetworkUpdated(int32_t indType, const HRilErrNumber error, const void *response, in ResidentNetworkUpdated() function in OHOS::Telephony::HRilNetwork
836 TELEPHONY_LOGE("ResidentNetworkUpdated response is invalid"); in ResidentNetworkUpdated()
839 return Notify(indType, error, &HDI::Ril::V1_2::IRilCallback::ResidentNetworkUpdated, (const char *)response); in ResidentNetworkUpdated()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp770 EXPECT_NE(HDF_SUCCESS, network->ResidentNetworkUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F()
985 EXPECT_NE(HDF_SUCCESS, network->ResidentNetworkUpdated(0, err, nullptr, 0)); in HWTEST_F()
986 EXPECT_NE(HDF_SUCCESS, network->ResidentNetworkUpdated(0, err, NUMBER, sizeof(NUMBER))); in HWTEST_F()
H A Dril_callback_test.cpp563 int32_t RilCallbackTest::ResidentNetworkUpdated(const RilRadioResponseInfo &responseInfo, const std::string &plmn) in ResidentNetworkUpdated() function in OHOS::Telephony::RilCallbackTest
565 TELEPHONY_LOGI("RilCallbackTest::ResidentNetworkUpdated plmn:%{public}s", plmn.c_str()); in ResidentNetworkUpdated()
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h213 int32_t ResidentNetworkUpdated(
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp654 int32_t TelRilCallback::ResidentNetworkUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, in ResidentNetworkUpdated() function in OHOS::Telephony::TelRilCallback
657 return Notify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::ResidentNetworkUpdated, plmn); in ResidentNetworkUpdated()
H A Dtel_ril_network.cpp208 int32_t TelRilNetwork::ResidentNetworkUpdated(const std::string &plmn) in ResidentNetworkUpdated() function in OHOS::Telephony::TelRilNetwork
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h431 int32_t ResidentNetworkUpdated(
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp500 int32_t RilCallbackTest::ResidentNetworkUpdated(const RilRadioResponseInfo &responseInfo, const std::string &plmn) in ResidentNetworkUpdated() function in OHOS::Telephony::RilCallbackTest
502 PrintResponseInfo("ResidentNetworkUpdated", responseInfo); in ResidentNetworkUpdated()
503 cout << "ResidentNetworkUpdated plmn : " << plmn << endl; in ResidentNetworkUpdated()
504 cout << "ResidentNetworkUpdated finish." << endl; in ResidentNetworkUpdated()

Completed in 26 milliseconds