/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 56 int32_t NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::PsRegStatusInfo &psRegStatusInfo);
|
H A D | tel_ril_callback.h | 191 int32_t NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 94 int32_t NetworkPsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 55 size_t responseLen) { return NetworkPsRegStatusUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap() 663 int32_t HRilNetwork::NetworkPsRegStatusUpdated( in NetworkPsRegStatusUpdated() function in OHOS::Telephony::HRilNetwork 687 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NetworkPsRegStatusUpdated, regStatusInfoNotify); in NetworkPsRegStatusUpdated()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 759 EXPECT_NE(HDF_SUCCESS, network->NetworkPsRegStatusUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 760 EXPECT_NE(HDF_SUCCESS, network->NetworkPsRegStatusUpdated( in HWTEST_F() 762 EXPECT_NE(HDF_SUCCESS, network->NetworkPsRegStatusUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, in HWTEST_F()
|
H A D | ril_callback_test.cpp | 383 int32_t RilCallbackTest::NetworkPsRegStatusUpdated( in NetworkPsRegStatusUpdated() function in OHOS::Telephony::RilCallbackTest 387 "RilCallbackTest::NetworkPsRegStatusUpdated notifyType:%{public}d, regStatus:%{public}d, lacCode:%{public}d, " in NetworkPsRegStatusUpdated()
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 197 int32_t NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 595 int32_t TelRilCallback::NetworkPsRegStatusUpdated( in NetworkPsRegStatusUpdated() function in OHOS::Telephony::TelRilCallback 598 return Notify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::NetworkPsRegStatusUpdated, in NetworkPsRegStatusUpdated()
|
H A D | tel_ril_network.cpp | 150 int32_t TelRilNetwork::NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::PsRegStatusInfo &psRegStatusInfo) in NetworkPsRegStatusUpdated() function in OHOS::Telephony::TelRilNetwork
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 415 int32_t NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 302 int32_t RilCallbackTest::NetworkPsRegStatusUpdated(
in NetworkPsRegStatusUpdated() function in OHOS::Telephony::RilCallbackTest 305 PrintResponseInfo("NetworkPsRegStatusUpdated", responseInfo);
in NetworkPsRegStatusUpdated() 312 cout << "NetworkPsRegStatusUpdated finish." << endl;
in NetworkPsRegStatusUpdated()
|