Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/native/src/
Dresource_utils.cpp55 const std::string ResourceUtils::CALL_FAILED_FACILITY_REJECTED = "call_failed_facility_rejected"; member in OHOS::Telephony::ResourceUtils
166 … { ResourceUtils::CALL_FAILED_FACILITY_REJECTED, ResourceUtils::ResourceType::ResourceTypeString },
259 { DisconnectedReasons::FACILITY_REJECTED, ResourceUtils::CALL_FAILED_FACILITY_REJECTED },
/base/telephony/core_service/interfaces/innerkits/include/
Dresource_utils.h144 static const std::string CALL_FAILED_FACILITY_REJECTED; variable