Searched refs:GetRrcConnectionStateUpdated (Results 1 - 10 of 10) sorted by relevance
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 100 int32_t GetRrcConnectionStateUpdated(int32_t state);
|
H A D | tel_ril_callback.h | 244 int32_t GetRrcConnectionStateUpdated(
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 102 int32_t GetRrcConnectionStateUpdated(
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 64 size_t responseLen) { return GetRrcConnectionStateUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap() 800 int32_t HRilNetwork::GetRrcConnectionStateUpdated( in GetRrcConnectionStateUpdated() function in OHOS::Telephony::HRilNetwork 812 indType, error, &HDI::Ril::V1_1::IRilCallback::GetRrcConnectionStateUpdated, *(const int32_t *)response); in GetRrcConnectionStateUpdated()
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 250 int32_t GetRrcConnectionStateUpdated(
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 634 int32_t TelRilCallback::GetRrcConnectionStateUpdated( in GetRrcConnectionStateUpdated() function in OHOS::Telephony::TelRilCallback 637 return Notify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::GetRrcConnectionStateUpdated, state); in GetRrcConnectionStateUpdated()
|
H A D | tel_ril_network.cpp | 184 int32_t TelRilNetwork::GetRrcConnectionStateUpdated(int32_t state) in GetRrcConnectionStateUpdated() function in OHOS::Telephony::TelRilNetwork
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 468 int32_t GetRrcConnectionStateUpdated(
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1268 int32_t RilCallbackTest::GetRrcConnectionStateUpdated(const RilRadioResponseInfo &responseInfo, int32_t state)
in GetRrcConnectionStateUpdated() function in OHOS::Telephony::RilCallbackTest 1270 PrintResponseInfo("GetRrcConnectionStateUpdated", responseInfo);
in GetRrcConnectionStateUpdated()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_callback_test.cpp | 1499 int32_t RilCallbackTest::GetRrcConnectionStateUpdated(const RilRadioResponseInfo &responseInfo, int32_t state) in GetRrcConnectionStateUpdated() function in OHOS::Telephony::RilCallbackTest 1501 TELEPHONY_LOGI("GetRrcConnectionStateUpdated state : %{public}d", state); in GetRrcConnectionStateUpdated()
|
Completed in 19 milliseconds