Home
last modified time | relevance | path

Searched refs:CALL_FAILED_RADIO_RELEASE_ABNORMAL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp132 const std::string ResourceUtils::CALL_FAILED_RADIO_RELEASE_ABNORMAL = "call_failed_radio_release_ab… member in OHOS::Telephony::ResourceUtils
233 …{ ResourceUtils::CALL_FAILED_RADIO_RELEASE_ABNORMAL, ResourceUtils::ResourceType::ResourceTypeStri…
333 …{ DisconnectedReasons::RADIO_RELEASE_ABNORMAL, ResourceUtils::CALL_FAILED_RADIO_RELEASE_ABNORMAL },
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dresource_utils.h200 static const std::string CALL_FAILED_RADIO_RELEASE_ABNORMAL; variable