Home
last modified time | relevance | path

Searched defs:valueString (Results 1 - 25 of 36) sorted by relevance

12

/test/xts/device_attest/services/core/utils/
H A Dattest_utils_json.c37 char *valueString = cJSON_PrintUnformatted(cJSON_GetObjectItem(root, key)); in GetObjectItemValueObject() local
57 char *valueString = cJSON_GetStringValue(cJSON_GetObjectItem(root, key)); in GetObjectItemValueStr() local
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_json.c37 char *valueString = cJSON_PrintUnformatted(cJSON_GetObjectItem(root, key)); in GetObjectItemValueObject() local
57 char *valueString = cJSON_GetStringValue(cJSON_GetObjectItem(root, key)); in GetObjectItemValueStr() local
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_display.cpp109 std::string valueString = std::to_string(factor) + "\n"; in ExecuteMock() local
H A Daction_airplane.cpp137 std::string valueString = std::to_string(value) + "\n"; in AirplaneExecution() local
H A Daction_voltage.cpp142 std::string valueString = std::to_string(mockValue) + "\n"; in WriteMockNode() local
H A Daction_application_process.cpp227 std::string valueString = std::to_string(value) + "\n"; in ProcessAppActionExecution() local
H A Daction_charger.cpp145 std::string valueString = std::to_string(simValue) + "\n"; in WriteSimValue() local
H A Daction_shutdown.cpp117 std::string valueString = std::to_string(isShutdown) + "\n"; in ShutdownExecution() local
H A Daction_volume.cpp155 std::string valueString = std::to_string(volume) + "\n"; in VolumeExecution() local
/base/update/updateservice/foundations/ability/utils/include/
H A Djson_builder.h43 const std::string valueString = value ? "true" : "false"; in Append() local
/third_party/protobuf/objectivec/
H A DGPBRuntimeTypes.h70 GPB_UNSAFE_UNRETAINED NSString *valueString; member
/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h110 std::string valueString; in MakeHeader() local
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp120 std::string valueString = std::to_string(level) + "\n"; in WriteLevel() local
/third_party/icu/icu4c/source/common/
H A Ducnv_err.cpp209 UChar valueString[VALUE_STRING_LENGTH]; in UCNV_FROM_U_CALLBACK_ESCAPE() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_err.cpp209 char16_t valueString[VALUE_STRING_LENGTH]; in UCNV_FROM_U_CALLBACK_ESCAPE() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_err.cpp209 UChar valueString[VALUE_STRING_LENGTH]; in UCNV_FROM_U_CALLBACK_ESCAPE() local
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp275 std::string valueString; in Convert2Value() local
/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c1075 char *valueString = cJSON_GetStringValue(cJSON_GetArrayItem(array, i)); in ParseNetworkInfosConfig() local
/test/xts/device_attest/services/core/network/
H A Dattest_network.c1157 char *valueString = cJSON_GetStringValue(cJSON_GetObjectItem(root, NETWORK_CONFIG_SERVER_INFO_NAME)); in ParseNetworkInfosConfig() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestData.java471 public void setField(String fieldName, String valueString) in setField() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenNumberFormatTestData.java474 public void setField(String fieldName, String valueString) in setField() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderApiTests.cpp199 const std::string valueString = de::toString(value); in next() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp244 const std::string valueString = de::toString(value); in next() local
256 out << " " << outputName << " = vec4(" << valueString << ");\n"; in next() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1682 std::string valueString; in ParseResponseHeaders() local
/third_party/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1704 const UChar *valueString = value.getString(valueStringSize, errorCode); in processResource() local

Completed in 26 milliseconds

12