Home
last modified time | relevance | path

Searched defs:strValue (Results 1 – 11 of 11) sorted by relevance

/base/update/updateservice/frameworks/js/napi/session/src/
Dnapi_common_utils.cpp52 …nUtils::GetString(napi_env env, napi_value arg, const std::string &attrName, std::string &strValue) in GetString()
64 int32_t NapiCommonUtils::GetString(napi_env env, napi_value arg, std::string &strValue) in GetString()
210 std::string strValue; in ConvertVectorToStr() local
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
Dhisyseventmanager_fuzzer.cpp65 std::string strValue; in HiSysEventRecordTest() local
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
Dnapi_util.cpp72 napi_value strValue = nullptr; in CreateString() local
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_action_report_test.cpp141 std::string strValue = to_string(value); in ActionValueDecision() local
180 std::string strValue = to_string(value).substr(THERMAL_RATIO_BEGIN, THERMAL_RATIO_LENGTH); in LcdValueDecision() local
/base/startup/init/services/init/
Dinit_group_manager.c58 char *strValue = cJSON_GetStringValue(item); in ParseGroupCfgItem() local
/base/telephony/core_service/frameworks/native/src/
Dresource_utils.cpp413 std::string strValue; in SaveAllValue() local
/base/telephony/core_service/services/sim/src/
Dicc_file_controller.cpp510 const AppExecFwk::InnerEvent::Pointer &response, std::vector<std::string> &strValue) in SendMultiRecordResult()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test_sim_ril.cpp608 std::vector<std::string> strValue; variable
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp384 napi_value strValue = nullptr; in CreateString() local
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_header.cpp1275 std::string strValue = ""; in EcondeFieldMessageClassValue() local
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp608 RState ResourceManagerImpl::ParseFloat(const std::string &strValue, float &result, std::string &uni… in ParseFloat()