/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_network.h | 77 int32_t ResidentNetworkUpdated(struct ReportInfo reportInfo, const char *s);
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 63 int32_t ResidentNetworkUpdated(const std::string &plmn);
|
H A D | tel_ril_callback.h | 207 int32_t ResidentNetworkUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 110 int32_t ResidentNetworkUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_report.c | 426 ResidentNetworkUpdated(reportInfo, str); in OnNotifyNetWorksOps()
|
H A D | at_network.c | 1391 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 D | hril_network.cpp | 67 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 D | zero_branch_test.cpp | 770 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 D | ril_callback_test.cpp | 563 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 D | ril_callback_test.h | 213 int32_t ResidentNetworkUpdated(
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 654 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 D | tel_ril_network.cpp | 208 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 D | ril_callback_test.h | 431 int32_t ResidentNetworkUpdated(
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 500 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()
|