Lines Matching refs:value_str
1420 _IN_ char *value_str) in iotx_dm_deprecated_legacy_set_property_value() argument
1427 ((value == NULL) && (value_str == NULL))) { in iotx_dm_deprecated_legacy_set_property_value()
1450 (value == NULL) ? (atoi(value_str)) : (*(int *)value); in iotx_dm_deprecated_legacy_set_property_value()
1458 (value == NULL) ? (atof(value_str)) : (*(float *)value); in iotx_dm_deprecated_legacy_set_property_value()
1466 (value == NULL) ? (atof(value_str)) : (*(double *)value); in iotx_dm_deprecated_legacy_set_property_value()
1474 char *value_string = (value == NULL) ? (value_str) : (value); in iotx_dm_deprecated_legacy_set_property_value()
1498 _IN_ char **value_str) in iotx_dm_deprecated_legacy_get_property_value() argument
1505 ((value == NULL) && (value_str == NULL))) { in iotx_dm_deprecated_legacy_get_property_value()
1534 if (value_str) { in iotx_dm_deprecated_legacy_get_property_value()
1535 res = dm_utils_itoa_direct(value_int, value_str); in iotx_dm_deprecated_legacy_get_property_value()
1549 if (value_str) { in iotx_dm_deprecated_legacy_get_property_value()
1550 res = dm_utils_ftoa_direct(value_float, value_str); in iotx_dm_deprecated_legacy_get_property_value()
1564 if (value_str) { in iotx_dm_deprecated_legacy_get_property_value()
1565 res = dm_utils_ftoa_direct(value_double, value_str); in iotx_dm_deprecated_legacy_get_property_value()
1580 if (value_str) { in iotx_dm_deprecated_legacy_get_property_value()
1581 *value_str = value_string; in iotx_dm_deprecated_legacy_get_property_value()
1608 _IN_ char *value_str) in iotx_dm_deprecated_legacy_set_event_output_value() argument
1615 ((value == NULL) && (value_str == NULL))) { in iotx_dm_deprecated_legacy_set_event_output_value()
1638 (value == NULL) ? (atoi(value_str)) : (*(int *)value); in iotx_dm_deprecated_legacy_set_event_output_value()
1646 (value == NULL) ? (atof(value_str)) : (*(float *)value); in iotx_dm_deprecated_legacy_set_event_output_value()
1654 (value == NULL) ? (atof(value_str)) : (*(double *)value); in iotx_dm_deprecated_legacy_set_event_output_value()
1662 char *value_string = (value == NULL) ? (value_str) : (value); in iotx_dm_deprecated_legacy_set_event_output_value()
1687 _IN_ char **value_str) in iotx_dm_deprecated_legacy_get_event_output_value() argument
1694 ((value == NULL) && (value_str == NULL))) { in iotx_dm_deprecated_legacy_get_event_output_value()
1723 if (value_str) { in iotx_dm_deprecated_legacy_get_event_output_value()
1724 res = dm_utils_itoa_direct(value_int, value_str); in iotx_dm_deprecated_legacy_get_event_output_value()
1738 if (value_str) { in iotx_dm_deprecated_legacy_get_event_output_value()
1739 res = dm_utils_ftoa_direct(value_float, value_str); in iotx_dm_deprecated_legacy_get_event_output_value()
1753 if (value_str) { in iotx_dm_deprecated_legacy_get_event_output_value()
1754 res = dm_utils_ftoa_direct(value_double, value_str); in iotx_dm_deprecated_legacy_get_event_output_value()
1769 if (value_str) { in iotx_dm_deprecated_legacy_get_event_output_value()
1770 *value_str = value_string; in iotx_dm_deprecated_legacy_get_event_output_value()
1797 _IN_ char **value_str) in iotx_dm_deprecated_legacy_get_service_input_value() argument
1804 ((value == NULL) && (value_str == NULL))) { in iotx_dm_deprecated_legacy_get_service_input_value()
1834 if (value_str) { in iotx_dm_deprecated_legacy_get_service_input_value()
1835 res = dm_utils_itoa_direct(value_int, value_str); in iotx_dm_deprecated_legacy_get_service_input_value()
1849 if (value_str) { in iotx_dm_deprecated_legacy_get_service_input_value()
1850 res = dm_utils_ftoa_direct(value_float, value_str); in iotx_dm_deprecated_legacy_get_service_input_value()
1864 if (value_str) { in iotx_dm_deprecated_legacy_get_service_input_value()
1865 res = dm_utils_ftoa_direct(value_double, value_str); in iotx_dm_deprecated_legacy_get_service_input_value()
1880 if (value_str) { in iotx_dm_deprecated_legacy_get_service_input_value()
1881 *value_str = value_string; in iotx_dm_deprecated_legacy_get_service_input_value()
1908 _IN_ char *value_str) in iotx_dm_deprecated_legacy_set_service_output_value() argument
1915 ((value == NULL) && (value_str == NULL))) { in iotx_dm_deprecated_legacy_set_service_output_value()
1938 (value == NULL) ? (atoi(value_str)) : (*(int *)value); in iotx_dm_deprecated_legacy_set_service_output_value()
1946 (value == NULL) ? (atof(value_str)) : (*(float *)value); in iotx_dm_deprecated_legacy_set_service_output_value()
1954 (value == NULL) ? (atof(value_str)) : (*(double *)value); in iotx_dm_deprecated_legacy_set_service_output_value()
1962 char *value_string = (value == NULL) ? (value_str) : (value); in iotx_dm_deprecated_legacy_set_service_output_value()
1987 _IN_ char **value_str) in iotx_dm_deprecated_legacy_get_service_output_value() argument
1994 ((value == NULL) && (value_str == NULL))) { in iotx_dm_deprecated_legacy_get_service_output_value()
2024 if (value_str) { in iotx_dm_deprecated_legacy_get_service_output_value()
2025 res = dm_utils_itoa_direct(value_int, value_str); in iotx_dm_deprecated_legacy_get_service_output_value()
2039 if (value_str) { in iotx_dm_deprecated_legacy_get_service_output_value()
2040 res = dm_utils_ftoa_direct(value_float, value_str); in iotx_dm_deprecated_legacy_get_service_output_value()
2054 if (value_str) { in iotx_dm_deprecated_legacy_get_service_output_value()
2055 res = dm_utils_ftoa_direct(value_double, value_str); in iotx_dm_deprecated_legacy_get_service_output_value()
2070 if (value_str) { in iotx_dm_deprecated_legacy_get_service_output_value()
2071 *value_str = value_string; in iotx_dm_deprecated_legacy_get_service_output_value()