Home
last modified time | relevance | path

Searched defs:value_handle (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/micropython/micropython-1.17/extmod/btstack/
H A Dmodbluetooth_btstack.c151 uint16_t value_handle; member
270 … uint16_t value_handle = att_event_handle_value_indication_complete_get_attribute_handle(packet); in btstack_packet_handler_att_server() local
464 … uint16_t value_handle = gatt_event_characteristic_value_query_result_get_value_handle(packet); in btstack_packet_handler() local
471 uint16_t value_handle = gatt_event_notification_get_value_handle(packet); in btstack_packet_handler() local
478 uint16_t value_handle = gatt_event_indication_get_value_handle(packet); in btstack_packet_handler() local
1080 int mp_bluetooth_gatts_read(uint16_t value_handle, uint8_t **value, size_t *value_len) { in mp_bluetooth_gatts_read()
1088 int mp_bluetooth_gatts_write(uint16_t value_handle, const uint8_t *value, size_t value_len, bool se… in mp_bluetooth_gatts_write()
1099 int mp_bluetooth_gatts_notify(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_notify()
1143 int mp_bluetooth_gatts_indicate(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_indicate()
1180 int mp_bluetooth_gatts_set_buffer(uint16_t value_handle, size_t len, bool append) { in mp_bluetooth_gatts_set_buffer()
[all …]
/dports/lang/micropython/micropython-1.17/ports/zephyr/
H A Dmodbluetooth_zephyr.c304 int mp_bluetooth_gatts_read(uint16_t value_handle, uint8_t **value, size_t *value_len) { in mp_bluetooth_gatts_read()
311 int mp_bluetooth_gatts_write(uint16_t value_handle, const uint8_t *value, size_t value_len, bool se… in mp_bluetooth_gatts_write()
321 int mp_bluetooth_gatts_notify(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_notify()
328 int mp_bluetooth_gatts_notify_send(uint16_t conn_handle, uint16_t value_handle, const uint8_t *valu… in mp_bluetooth_gatts_notify_send()
335 int mp_bluetooth_gatts_indicate(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_indicate()
342 int mp_bluetooth_gatts_set_buffer(uint16_t value_handle, size_t len, bool append) { in mp_bluetooth_gatts_set_buffer()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/filter/
H A Dfilter-re.c34 NVHandle value_handle; member
41 filter_re_eval_string(FilterExprNode *s, LogMessage *msg, gint value_handle, const gchar *str, gssi… in filter_re_eval_string()
116 filter_re_init_instance(FilterRE *self, NVHandle value_handle) in filter_re_init_instance()
129 filter_re_new(NVHandle value_handle) in filter_re_new()
165 filter_match_set_value_handle(FilterExprNode *s, NVHandle value_handle) in filter_match_set_value_handle()
H A Dfilter-in-list.c37 NVHandle value_handle; member
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dlogmatcher.c34 _shall_set_values_indirectly(NVHandle value_handle) in _shall_set_values_indirectly()
127 log_matcher_string_match(LogMatcher *s, LogMessage *msg, gint value_handle, const gchar *value, gss… in log_matcher_string_match()
135 log_matcher_string_replace(LogMatcher *s, LogMessage *msg, gint value_handle, const gchar *value, g… in log_matcher_string_replace()
239 log_matcher_glob_match(LogMatcher *s, LogMessage *msg, gint value_handle, const gchar *value, gssiz… in log_matcher_glob_match()
395 log_matcher_pcre_re_feed_backrefs(LogMatcher *s, LogMessage *msg, gint value_handle, int *matches, … in log_matcher_pcre_re_feed_backrefs()
478 log_matcher_pcre_re_match(LogMatcher *s, LogMessage *msg, gint value_handle, const gchar *value, gs… in log_matcher_pcre_re_match()
530 log_matcher_pcre_re_replace(LogMatcher *s, LogMessage *msg, gint value_handle, const gchar *value, … in log_matcher_pcre_re_replace()
H A Dlogmatcher.h85 log_matcher_match(LogMatcher *s, LogMessage *msg, gint value_handle, const gchar *value, gssize val… in log_matcher_match()
91 log_matcher_replace(LogMatcher *s, LogMessage *msg, gint value_handle, const gchar *value, gssize v… in log_matcher_replace()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/add-contextual-data/
H A Dcontextual-data-record.h33 NVHandle value_handle; member
/dports/lang/micropython/micropython-1.17/extmod/
H A Dmodbluetooth.c734 mp_int_t value_handle = mp_obj_get_int(args[2]); in bluetooth_ble_gatts_notify() local
752 mp_int_t value_handle = mp_obj_get_int(value_handle_in); in bluetooth_ble_gatts_indicate() local
760 mp_int_t value_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gatts_set_buffer() local
813 mp_int_t value_handle = mp_obj_get_int(value_handle_in); in bluetooth_ble_gattc_read() local
820 mp_int_t value_handle = mp_obj_get_int(args[2]); in bluetooth_ble_gattc_write() local
1215 void mp_bluetooth_gatts_on_write(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_write()
1220 void mp_bluetooth_gatts_on_indicate_complete(uint16_t conn_handle, uint16_t value_handle, uint8_t s… in mp_bluetooth_gatts_on_indicate_complete()
1225 mp_int_t mp_bluetooth_gatts_on_read_request(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_read_request()
1416 void mp_bluetooth_gatts_on_write(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_write()
1426 void mp_bluetooth_gatts_on_indicate_complete(uint16_t conn_handle, uint16_t value_handle, uint8_t s… in mp_bluetooth_gatts_on_indicate_complete()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/metrics-runtime-0.13.0/src/
H A Dsink.rs143 let value_handle = self.get_cached_value_handle(id); in increment_counter() localVariable
167 let value_handle = self.get_cached_value_handle(id); in increment_counter_with_labels() localVariable
190 let value_handle = self.get_cached_value_handle(id); in update_gauge() localVariable
214 let value_handle = self.get_cached_value_handle(id); in update_gauge_with_labels() localVariable
302 let value_handle = self.get_cached_value_handle(id); in record_value() localVariable
328 let value_handle = self.get_cached_value_handle(id); in record_value_with_labels() localVariable
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/rewrite/
H A Drewrite-expr.h36 NVHandle value_handle; member
/dports/lang/micropython/micropython-1.17/extmod/nimble/
H A Dmodbluetooth_nimble.c839 static int characteristic_access_cb(uint16_t conn_handle, uint16_t value_handle, struct ble_gatt_ac… in characteristic_access_cb()
1005 int mp_bluetooth_gatts_read(uint16_t value_handle, uint8_t **value, size_t *value_len) { in mp_bluetooth_gatts_read()
1012 int mp_bluetooth_gatts_write(uint16_t value_handle, const uint8_t *value, size_t value_len, bool se… in mp_bluetooth_gatts_write()
1025 int mp_bluetooth_gatts_notify(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_notify()
1034 int mp_bluetooth_gatts_notify_send(uint16_t conn_handle, uint16_t value_handle, const uint8_t *valu… in mp_bluetooth_gatts_notify_send()
1045 int mp_bluetooth_gatts_indicate(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_indicate()
1054 int mp_bluetooth_gatts_set_buffer(uint16_t value_handle, size_t len, bool append) { in mp_bluetooth_gatts_set_buffer()
1249 STATIC void gattc_on_data_available(uint8_t event, uint16_t conn_handle, uint16_t value_handle, con… in gattc_on_data_available()
1361 int mp_bluetooth_gattc_read(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gattc_read()
1380 int mp_bluetooth_gattc_write(uint16_t conn_handle, uint16_t value_handle, const uint8_t *value, siz… in mp_bluetooth_gattc_write()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/template/
H A Drepr.h49 NVHandle value_handle; member
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-swiss-name-dictionary-infra.h150 Handle<Object> value_handle = isolate->factory()->NewStringFromAsciiChecked( variable
170 Handle<Object> value_handle = isolate->factory()->NewStringFromAsciiChecked( in UpdateByKey() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/gen/
H A Diterators_template.hh17 typedef TargetHandle value_handle; typedef in IteratorT
H A Dcirculators_template.hh19 typedef TargetHandle value_handle; typedef in CirculatorT
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DIteratorsT.hh87 typedef ValueHandle value_handle; typedef in OpenMesh::Iterators::GenericIteratorT
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/regexp-parser/
H A Dregexp-parser.c116 gint value_handle = LM_V_MESSAGE; in regexp_parser_process() local
/dports/lang/micropython/micropython-1.17/ports/nrf/drivers/bluetooth/
H A Dble_drv.h64 uint16_t value_handle; member
/dports/sysutils/vector/vector-0.10.0/cargo-crates/metrics-runtime-0.13.0/src/registry/
H A Dmetric.rs35 let value_handle = match id.kind() { in get_or_register() localVariable
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-concurrent-allocation.cc422 Handle<HeapNumber> value_handle( in UNINITIALIZED_TEST() local
503 Handle<HeapNumber> value_handle( in UNINITIALIZED_TEST() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dliteral-objects.cc146 Handle<Object> value_handle; in AddToDictionaryTemplate() local
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dliteral-objects.cc173 Handle<Object> value_handle; in AddToDictionaryTemplate() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dliteral-objects.cc147 Handle<Object> value_handle; in AddToDictionaryTemplate() local
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dliteral-objects.cc173 Handle<Object> value_handle; in AddToDictionaryTemplate() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp664 TestGetHandle value_handle(this, _cht); in test_loop() local

12