Home
last modified time | relevance | path

Searched refs:is_connected (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DDigitalOut-js.cpp99 DECLARE_CLASS_FUNCTION(DigitalOut, is_connected) { in DECLARE_CLASS_FUNCTION() argument
100 CHECK_ARGUMENT_COUNT(DigitalOut, is_connected, (args_count == 0)); in DECLARE_CLASS_FUNCTION()
113 int result = native_ptr->is_connected(); in DECLARE_CLASS_FUNCTION()
152 ATTACH_CLASS_FUNCTION(js_object, DigitalOut, is_connected); in DECLARE_CLASS_CONSTRUCTOR()
/third_party/ffmpeg/libavformat/
Dudp.c97 int is_connected; member
138 …{ "connect", "set if connect() should be called on socket", OFFSET(is_connected), AV_…
424 int was_connected = s->is_connected; in ff_udp_set_remote_url()
425 s->is_connected = strtol(buf, NULL, 10); in ff_udp_set_remote_url()
426 if (s->is_connected && !was_connected) { in ff_udp_set_remote_url()
429 s->is_connected = 0; in ff_udp_set_remote_url()
593 if (!s->is_connected) { in circular_buffer_task_tx()
690 s->is_connected = strtol(buf, NULL, 10); in udp_open()
881 if (s->is_connected) { in udp_open()
1061 if (!s->is_connected) { in udp_write()
Davio.c220 uc->is_connected = 1; in ffurl_connect()
245 c->is_connected = 1; in ffurl_handshake()
448 if (h->is_connected && h->prot->url_close) in ffurl_closep()
560 h->is_connected = 1; in avio_open_dir()
Durl.h46 int is_connected; member
/third_party/jerryscript/targets/mbedos5/js/
Dflash_leds.js31 if (digital_outs[i].is_connected()) {
/third_party/python/Lib/
Dnntplib.py385 is_connected = lambda: hasattr(self, "file") function
386 if is_connected():
392 if is_connected():
/third_party/python/Lib/test/
Dtest_nntplib.py269 def is_connected(): function
288 self.assertTrue(is_connected())
290 self.assertFalse(is_connected())
295 self.assertFalse(is_connected())
/third_party/curl/lib/
Dconnect.c576 static CURLcode is_connected(struct Curl_cfilter *cf, in is_connected() function
906 result = is_connected(cf, data, done); in cf_he_connect()
/third_party/node/deps/v8/src/objects/
Dmap.cc1446 bool is_connected = false; in CopyReplaceDescriptors() local
1463 is_connected = true; in CopyReplaceDescriptors()
1469 if (FLAG_log_maps && !is_connected) { in CopyReplaceDescriptors()
/third_party/chromium/patch/
D0003-ohos-1115.patch42785 - DCHECK(remote_.is_connected());
42794 + CHECK(remote_.is_connected());
50917 + if (!cookie_manager_for_ohos_ || !cookie_manager_for_ohos_.is_connected()) {