Home
last modified time | relevance | path

Searched refs:MAX_SIGNAL_NUM (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsignal_information.h27 static constexpr int32_t MAX_SIGNAL_NUM = 2; variable
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_proxy.cpp90 if (size < 0 || size > SignalInformation::MAX_SIGNAL_NUM) { in OnSignalInfoUpdated()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_proxy.cpp171 if (size < 0 || size > SignalInformation::MAX_SIGNAL_NUM) { in UpdateSignalInfo()
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp193 size = ((size > SignalInformation::MAX_SIGNAL_NUM) ? 0 : size); in OnUpdateSignalInfo()