Lines Matching refs:key_len

1036                                           _IN_ int key_len, _IN_ void *value,  in iotx_dm_deprecated_set_property_value()  argument
1041 if (devid < 0 || key == NULL || key_len <= 0 || value == NULL) { in iotx_dm_deprecated_set_property_value()
1046 res = dm_mgr_deprecated_set_property_value(devid, key, key_len, value, in iotx_dm_deprecated_set_property_value()
1058 _IN_ int key_len, _IN_ void *value) in iotx_dm_deprecated_get_property_value() argument
1062 if (devid < 0 || key == NULL || key_len <= 0 || value == NULL) { in iotx_dm_deprecated_get_property_value()
1067 res = dm_mgr_deprecated_get_property_value(devid, key, key_len, value); in iotx_dm_deprecated_get_property_value()
1078 _IN_ int key_len, in iotx_dm_deprecated_set_event_output_value() argument
1084 if (devid < 0 || key == NULL || key_len <= 0 || value == NULL) { in iotx_dm_deprecated_set_event_output_value()
1089 res = dm_mgr_deprecated_set_event_output_value(devid, key, key_len, value, in iotx_dm_deprecated_set_event_output_value()
1101 _IN_ int key_len, in iotx_dm_deprecated_get_event_output_value() argument
1106 if (devid < 0 || key == NULL || key_len <= 0 || value == NULL) { in iotx_dm_deprecated_get_event_output_value()
1111 res = dm_mgr_deprecated_get_event_output_value(devid, key, key_len, value); in iotx_dm_deprecated_get_event_output_value()
1122 _IN_ int key_len, in iotx_dm_deprecated_get_service_input_value() argument
1127 if (devid < 0 || key == NULL || key_len <= 0 || value == NULL) { in iotx_dm_deprecated_get_service_input_value()
1132 res = dm_mgr_deprecated_get_service_input_value(devid, key, key_len, value); in iotx_dm_deprecated_get_service_input_value()
1143 _IN_ int key_len, in iotx_dm_deprecated_set_service_output_value() argument
1149 if (devid < 0 || key == NULL || key_len <= 0 || value == NULL) { in iotx_dm_deprecated_set_service_output_value()
1154 res = dm_mgr_deprecated_set_service_output_value(devid, key, key_len, value, in iotx_dm_deprecated_set_service_output_value()
1166 _IN_ int key_len, in iotx_dm_deprecated_get_service_output_value() argument
1171 if (devid < 0 || key == NULL || key_len <= 0 || value == NULL) { in iotx_dm_deprecated_get_service_output_value()
1177 dm_mgr_deprecated_get_service_output_value(devid, key, key_len, value); in iotx_dm_deprecated_get_service_output_value()
1418 _IN_ int key_len, in iotx_dm_deprecated_legacy_set_property_value() argument
1426 if (devid < 0 || key == NULL || key_len <= 0 || in iotx_dm_deprecated_legacy_set_property_value()
1432 res = dm_mgr_deprecated_get_property_data(devid, key, key_len, &data); in iotx_dm_deprecated_legacy_set_property_value()
1451 res = dm_mgr_deprecated_set_property_value(devid, key, key_len, in iotx_dm_deprecated_legacy_set_property_value()
1460 devid, key, key_len, &value_float, sizeof(float)); in iotx_dm_deprecated_legacy_set_property_value()
1468 devid, key, key_len, &value_double, sizeof(double)); in iotx_dm_deprecated_legacy_set_property_value()
1476 devid, key, key_len, value_string, strlen(value_string)); in iotx_dm_deprecated_legacy_set_property_value()
1496 _IN_ int key_len, in iotx_dm_deprecated_legacy_get_property_value() argument
1504 if (devid < 0 || key == NULL || key_len <= 0 || in iotx_dm_deprecated_legacy_get_property_value()
1510 res = dm_mgr_deprecated_get_property_data(devid, key, key_len, &data); in iotx_dm_deprecated_legacy_get_property_value()
1528 res = dm_mgr_deprecated_get_property_value(devid, key, key_len, in iotx_dm_deprecated_legacy_get_property_value()
1543 res = dm_mgr_deprecated_get_property_value(devid, key, key_len, in iotx_dm_deprecated_legacy_get_property_value()
1558 res = dm_mgr_deprecated_get_property_value(devid, key, key_len, in iotx_dm_deprecated_legacy_get_property_value()
1574 res = dm_mgr_deprecated_get_property_value(devid, key, key_len, in iotx_dm_deprecated_legacy_get_property_value()
1606 _IN_ int key_len, in iotx_dm_deprecated_legacy_set_event_output_value() argument
1614 if (devid < 0 || key == NULL || key_len <= 0 || in iotx_dm_deprecated_legacy_set_event_output_value()
1620 res = dm_mgr_deprecated_get_event_output_data(devid, key, key_len, &data); in iotx_dm_deprecated_legacy_set_event_output_value()
1640 devid, key, key_len, &value_int, sizeof(int)); in iotx_dm_deprecated_legacy_set_event_output_value()
1648 devid, key, key_len, &value_float, sizeof(float)); in iotx_dm_deprecated_legacy_set_event_output_value()
1656 devid, key, key_len, &value_double, sizeof(double)); in iotx_dm_deprecated_legacy_set_event_output_value()
1664 devid, key, key_len, value_string, strlen(value_string)); in iotx_dm_deprecated_legacy_set_event_output_value()
1685 _IN_ int key_len, in iotx_dm_deprecated_legacy_get_event_output_value() argument
1693 if (devid < 0 || key == NULL || key_len <= 0 || in iotx_dm_deprecated_legacy_get_event_output_value()
1699 res = dm_mgr_deprecated_get_event_output_data(devid, key, key_len, &data); in iotx_dm_deprecated_legacy_get_event_output_value()
1717 res = dm_mgr_deprecated_get_event_output_value(devid, key, key_len, in iotx_dm_deprecated_legacy_get_event_output_value()
1733 devid, key, key_len, (void *)&value_float); in iotx_dm_deprecated_legacy_get_event_output_value()
1748 devid, key, key_len, (void *)&value_double); in iotx_dm_deprecated_legacy_get_event_output_value()
1764 devid, key, key_len, (void *)&value_string); in iotx_dm_deprecated_legacy_get_event_output_value()
1795 _IN_ int key_len, in iotx_dm_deprecated_legacy_get_service_input_value() argument
1803 if (devid < 0 || key == NULL || key_len <= 0 || in iotx_dm_deprecated_legacy_get_service_input_value()
1810 res = dm_mgr_deprecated_get_service_input_data(devid, key, key_len, &data); in iotx_dm_deprecated_legacy_get_service_input_value()
1828 res = dm_mgr_deprecated_get_service_input_value(devid, key, key_len, in iotx_dm_deprecated_legacy_get_service_input_value()
1844 devid, key, key_len, (void *)&value_float); in iotx_dm_deprecated_legacy_get_service_input_value()
1859 devid, key, key_len, (void *)&value_double); in iotx_dm_deprecated_legacy_get_service_input_value()
1875 devid, key, key_len, (void *)&value_string); in iotx_dm_deprecated_legacy_get_service_input_value()
1906 _IN_ int key_len, in iotx_dm_deprecated_legacy_set_service_output_value() argument
1914 if (devid < 0 || key == NULL || key_len <= 0 || in iotx_dm_deprecated_legacy_set_service_output_value()
1920 res = dm_mgr_deprecated_get_service_output_data(devid, key, key_len, &data); in iotx_dm_deprecated_legacy_set_service_output_value()
1940 devid, key, key_len, &value_int, sizeof(int)); in iotx_dm_deprecated_legacy_set_service_output_value()
1948 devid, key, key_len, &value_float, sizeof(float)); in iotx_dm_deprecated_legacy_set_service_output_value()
1956 devid, key, key_len, &value_double, sizeof(double)); in iotx_dm_deprecated_legacy_set_service_output_value()
1964 devid, key, key_len, value_string, strlen(value_string)); in iotx_dm_deprecated_legacy_set_service_output_value()
1985 _IN_ int key_len, in iotx_dm_deprecated_legacy_get_service_output_value() argument
1993 if (devid < 0 || key == NULL || key_len <= 0 || in iotx_dm_deprecated_legacy_get_service_output_value()
2000 res = dm_mgr_deprecated_get_service_output_data(devid, key, key_len, &data); in iotx_dm_deprecated_legacy_get_service_output_value()
2019 devid, key, key_len, (void *)&value_int); in iotx_dm_deprecated_legacy_get_service_output_value()
2034 devid, key, key_len, (void *)&value_float); in iotx_dm_deprecated_legacy_get_service_output_value()
2049 devid, key, key_len, (void *)&value_double); in iotx_dm_deprecated_legacy_get_service_output_value()
2065 devid, key, key_len, (void *)&value_string); in iotx_dm_deprecated_legacy_get_service_output_value()