Home
last modified time | relevance | path

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

/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
Dcode_sign_utils_in_c.cpp41 std::string strValue(entry.value); in EnforceCodeSignForApp() local
/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dscan_option_value.cpp82 void ScanOptionValue::SetStrValue(const std::string &strValue) in SetStrValue()
Dscan_option_value_helper.cpp99 …std::string strValue = NapiScanUtils::GetStringPropertyUtf8(env, jsValue, PARAM_SCAN_OPTION_STR_VA… in BuildFromJs() local
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
Dhisyseventmanager_fuzzer.cpp65 std::string strValue; in HiSysEventRecordTest() local
/base/update/updateservice/frameworks/js/napi/session/src/
Dnapi_common_utils.cpp79 …nUtils::GetString(napi_env env, napi_value arg, const std::string &attrName, std::string &strValue) in GetString()
91 int32_t NapiCommonUtils::GetString(napi_env env, napi_value arg, std::string &strValue) in GetString()
288 std::string strValue; in ConvertVectorToStr() 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/customization/enterprise_device_management/interfaces/kits/common/src/
Dnapi_edm_common.cpp628 bool ParseStringToInt(const std::string &strValue, int32_t &result) in ParseStringToInt()
643 bool ParseStringToLong(const std::string &strValue, int64_t &result) in ParseStringToLong()
/base/startup/init/services/init/
Dinit_group_manager.c92 char *strValue = cJSON_GetStringValue(item); in ParseGroupCfgItem() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test_sim_ril.cpp602 std::vector<std::string> strValue = {"FFFFFFFFFFFFFFFF"}; variable
878 std::vector<std::string> strValue; variable
1247 std::vector<std::string> strValue; variable
/base/telephony/core_service/frameworks/native/src/
Dresource_utils.cpp415 std::string strValue; in SaveAllValue() local
/base/inputmethod/imf/common/src/
Ditypes_util.cpp450 std::string strValue; in Unmarshalling() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dweb_scheme_handler_request.cpp105 std::string strValue(value); in WebSchemeHandlerRequest() local
/base/telephony/core_service/services/sim/src/
Dicc_file_controller.cpp512 const AppExecFwk::InnerEvent::Pointer &response, std::vector<std::string> &strValue) in SendMultiRecordResult()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp389 napi_value strValue = nullptr; in CreateString() local
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_header.cpp1326 std::string strValue = ""; in EcondeFieldMessageClassValue() local
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp713 RState ResourceManagerImpl::ParseFloat(const std::string &strValue, float &result, std::string &uni… in ParseFloat()