Home
last modified time | relevance | path

Searched refs:isOpen (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dwatchdogwidgt.cpp30 if(m_wathcdog->isOpen()) in ~WatchDogWidgt()
83 if(!m_wathcdog->isOpen()&& checkoutInput() && m_wathcdog->open(timeoutTime, feedtime)) in on_openBtn_clicked()
100 if(m_wathcdog->isOpen()) in on_checkBox_clicked()
H A Diwatchdog.h16 bool isOpen();
H A Diwatchdog.cpp122 bool IWatchDog::isOpen() in isOpen() function in IWatchDog
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/
H A Dprocesshandler.cpp42 if(m_process->isOpen()) in start()
67 if(m_process->isOpen()) in send()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8isOpen=!1)})},this.addGroup=function(a){var b=this;this.groups.push(a),a.$on("$destroy",function()… method
9isOpen:"&"},templateUrl:"template/tooltip/tooltip-popup.html"}}).directive("tooltip",["$tooltip",f… function
H A Dui-bootstrap-tpls-0.11.0.min.js8isOpen=!1)})},this.addGroup=function(a){var b=this;this.groups.push(a),a.$on("$destroy",function()… method
9isOpen:"&"},templateUrl:"template/tooltip/tooltip-popup.html"}}).directive("tooltip",["$tooltip",f… function
H A Dtypeahead.jquery.js933 isOpen: function isOpen() { function
1023 this.isOpen() && this._show();
1031 this.isOpen() && this._show();
1237 isOpen: function isOpen() {
1238 return this.menu.isOpen();
1241 if (!this.isOpen() && !this.eventBus.before("open")) {
1246 return this.isOpen();
1249 if (this.isOpen() && !this.eventBus.before("close")) {
1255 return !this.isOpen();
1417 isOpen: function isOpen() {
[all …]
H A Dbootstrap.js681 var isOpen = $element.hasClass('in')
683 $element.attr('aria-expanded', isOpen)
685 .toggleClass('collapsed', !isOpen)
686 .attr('aria-expanded', isOpen)
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/
H A Dplatformserver.cpp54 if(serial->isOpen()) in stopwork()
68 if(serial->isOpen()) in sendData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqiopipe.cpp138 if (!parent->isOpen() && !parent->open(QIODevice::ReadOnly)) { in QIOPipe()
152 if (isOpen()) in open()
H A Dqnmeasatelliteinfosource.cpp428 if (!m_device->isOpen() && !m_device->open(QIODevice::ReadOnly)) { in openSourceDevice()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiwidget.cpp89 if(ui->apBtn->isOpen()) in createAP()
166 if(ui->staBtn->isOpen()) in createSTA()
242 if(!ui->staBtn->isOpen()) in on_connect_clicked()
H A Dswitchwidget.h15 bool isOpen();
H A Dswitchwidget.cpp23 bool SwitchWidget::isOpen() in isOpen() function in SwitchWidget
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Daspiring_actor.hpp39 assert(!mailbox->isOpen()); in AspiringActor()
H A Dmailbox.hpp31 bool isOpen() const;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dadcinterface.cpp24 if(m_file && m_file->isOpen()) in ~ADCInterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dmailbox.cpp47 bool Mailbox::isOpen() const { return bool(scheduler); } in isOpen() function in mbgl::Mailbox
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/terminal/
H A Dmainwindow.cpp123 if (serial->isOpen()) in closeSerialPort()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/
H A Dmainwindow.cpp144 if (serial->isOpen()) in closeSerialPort()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/
H A Dmainwindow.cpp144 if (serial->isOpen()) in closeSerialPort()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp173 if (db.isOpen()) { in setBusyTimeout()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Ddownloadmanager.cpp202 if (!m_output.isOpen()) { in downloadReadyRead()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp511 if (!m_device->isOpen() && !m_device->open(QIODevice::ReadOnly)) { in openSourceDevice()