Home
last modified time | relevance | path

Searched refs:ResourceUtils (Results 1 - 7 of 7) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp30 const std::string ResourceUtils::RESOURCE_HAP_BUNDLE_NAME = "ohos.telephony.resources";
31 const std::string ResourceUtils::IS_NOTIFY_USER_RESTRICTIED_CHANGE = "is_notify_user_restrictied_change";
32 const std::string ResourceUtils::IS_CS_CAPABLE = "is_cs_capable";
33 const std::string ResourceUtils::IS_SWITCH_PHONE_REG_CHANGE = "is_switch_phone_reg_change";
34 const std::string ResourceUtils::SPN_FORMATS = "spn_formats";
35 const std::string ResourceUtils::EMERGENCY_CALLS_ONLY = "emergency_calls_only";
36 const std::string ResourceUtils::OUT_OF_SERIVCE = "out_of_serivce";
37 const std::string ResourceUtils::CMCC = "cmcc";
38 const std::string ResourceUtils::CUCC = "cucc";
39 const std::string ResourceUtils
353 ResourceUtils::ResourceUtils() ResourceUtils() function in OHOS::Telephony::ResourceUtils
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dresource_utils.h119 class ResourceUtils { class
210 static ResourceUtils &Get();
213 ~ResourceUtils() = default;
223 ResourceUtils();
/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp49 ResourceUtils::Get().GetStringArrayValueByName(ResourceUtils::SPN_FORMATS, vecSpnFormats); in OperatorName()
218 ResourceUtils::Get().GetStringValueByName(ResourceUtils::EMERGENCY_CALLS_ONLY, plmn); in UpdatePlmn()
220 ResourceUtils::Get().GetStringValueByName(ResourceUtils::OUT_OF_SERIVCE, plmn); in UpdatePlmn()
227 ResourceUtils::Get().GetStringValueByName(ResourceUtils::OUT_OF_SERIVCE, plmn); in UpdatePlmn()
335 ResourceUtils::Get().GetStringValueByName(ResourceUtils in NotifyCdmaSpnChanged()
[all...]
H A Dnetwork_register.cpp49 ResourceUtils::Get().GetBooleanValueByName(ResourceUtils::IS_CS_CAPABLE, isCsCapable_); in NetworkRegister()
H A Dnetwork_search_handler.cpp232 ResourceUtils::Get().GetBooleanValueByName(ResourceUtils::IS_CS_CAPABLE, isCsCapable_); in Init()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_native_branch_test.cpp118 ResourceUtils resourceUtils; in HWTEST_F()
472 ResourceUtils resourceUtils; in HWTEST_F()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1227 ResourceUtils::Get().GetCallFailedMessageName(static_cast<int32_t>(details.reason), callFailedMessageName); in GetCallFailReasonResponse()
1232 ResourceUtils::Get().GetStringValueByName(callFailedMessageName, details.message); in GetCallFailReasonResponse()

Completed in 11 milliseconds