Home
last modified time | relevance | path

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

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h55 int32_t NetworkCsRegStatusUpdated(const HDI::Ril::V1_1::CsRegStatusInfo &csRegStatusInfo);
H A Dtel_ril_callback.h189 int32_t NetworkCsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h93 int32_t NetworkCsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp43 size_t responseLen) { return NetworkCsRegStatusUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap()
642 int32_t HRilNetwork::NetworkCsRegStatusUpdated( in NetworkCsRegStatusUpdated() function in OHOS::Telephony::HRilNetwork
660 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NetworkCsRegStatusUpdated, regStatusInfoNotify); in NetworkCsRegStatusUpdated()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp754 EXPECT_NE(HDF_SUCCESS, network->NetworkCsRegStatusUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F()
755 EXPECT_NE(HDF_SUCCESS, network->NetworkCsRegStatusUpdated( in HWTEST_F()
757 EXPECT_NE(HDF_SUCCESS, network->NetworkCsRegStatusUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, in HWTEST_F()
H A Dril_callback_test.cpp373 int32_t RilCallbackTest::NetworkCsRegStatusUpdated( in NetworkCsRegStatusUpdated() function in OHOS::Telephony::RilCallbackTest
376 TELEPHONY_LOGI("RilCallbackTest::NetworkCsRegStatusUpdated notifyType:%{public}d, regStatus:%{public}d, " in NetworkCsRegStatusUpdated()
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h195 int32_t NetworkCsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp588 int32_t TelRilCallback::NetworkCsRegStatusUpdated( in NetworkCsRegStatusUpdated() function in OHOS::Telephony::TelRilCallback
591 return Notify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::NetworkCsRegStatusUpdated, in NetworkCsRegStatusUpdated()
H A Dtel_ril_network.cpp143 int32_t TelRilNetwork::NetworkCsRegStatusUpdated(const HDI::Ril::V1_1::CsRegStatusInfo &csRegStatusInfo) in NetworkCsRegStatusUpdated() function in OHOS::Telephony::TelRilNetwork
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h413 int32_t NetworkCsRegStatusUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp289 int32_t RilCallbackTest::NetworkCsRegStatusUpdated( in NetworkCsRegStatusUpdated() function in OHOS::Telephony::RilCallbackTest
292 PrintResponseInfo("NetworkCsRegStatusUpdated", responseInfo); in NetworkCsRegStatusUpdated()
297 cout << "NetworkCsRegStatusUpdated finish." << endl; in NetworkCsRegStatusUpdated()

Completed in 22 milliseconds