Home
last modified time | relevance | path

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

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h56 int32_t NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::PsRegStatusInfo &psRegStatusInfo);
H A Dtel_ril_callback.h191 int32_t NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h94 int32_t NetworkPsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp55 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 Dzero_branch_test.cpp759 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 Dril_callback_test.cpp383 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 Dril_callback_test.h197 int32_t NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp595 int32_t TelRilCallback::NetworkPsRegStatusUpdated( in NetworkPsRegStatusUpdated() function in OHOS::Telephony::TelRilCallback
598 return Notify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::NetworkPsRegStatusUpdated, in NetworkPsRegStatusUpdated()
H A Dtel_ril_network.cpp150 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 Dril_callback_test.h415 int32_t NetworkPsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp302 int32_t RilCallbackTest::NetworkPsRegStatusUpdated( in NetworkPsRegStatusUpdated() function in OHOS::Telephony::RilCallbackTest
305 PrintResponseInfo("NetworkPsRegStatusUpdated", responseInfo); in NetworkPsRegStatusUpdated()
312 cout << "NetworkPsRegStatusUpdated finish." << endl; in NetworkPsRegStatusUpdated()

Completed in 20 milliseconds