Searched defs:strValue (Results 1 – 11 of 11) sorted by relevance
52 …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
65 std::string strValue; in HiSysEventRecordTest() local
72 napi_value strValue = nullptr; in CreateString() local
141 std::string strValue = to_string(value); in ActionValueDecision() local180 std::string strValue = to_string(value).substr(THERMAL_RATIO_BEGIN, THERMAL_RATIO_LENGTH); in LcdValueDecision() local
58 char *strValue = cJSON_GetStringValue(item); in ParseGroupCfgItem() local
413 std::string strValue; in SaveAllValue() local
510 const AppExecFwk::InnerEvent::Pointer &response, std::vector<std::string> &strValue) in SendMultiRecordResult()
608 std::vector<std::string> strValue; variable
384 napi_value strValue = nullptr; in CreateString() local
1275 std::string strValue = ""; in EcondeFieldMessageClassValue() local
608 RState ResourceManagerImpl::ParseFloat(const std::string &strValue, float &result, std::string &uni… in ParseFloat()