| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | qgeopositioninfosource_geoclue2.cpp | 239 const auto watcher = new QDBusPendingCallWatcher(reply, this); in createClient() local 240 connect(watcher, &QDBusPendingCallWatcher::finished, in createClient() 241 [this](QDBusPendingCallWatcher *watcher) { in createClient() argument 243 scopedWatcher(watcher); in createClient() 289 const auto watcher = new QDBusPendingCallWatcher(reply, this); in startClient() local 290 connect(watcher, &QDBusPendingCallWatcher::finished, in startClient() 291 [this](QDBusPendingCallWatcher *watcher) { in startClient() argument 293 scopedWatcher(watcher); in startClient() 321 const auto watcher = new QDBusPendingCallWatcher(reply, this); in stopClient() local 322 connect(watcher, &QDBusPendingCallWatcher::finished, in stopClient() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeopositioninfosource_geocluemaster.cpp | 352 QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(reply, this); in requestUpdate() local 353 connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), in requestUpdate() 390 QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(reply, this); in positionProviderChanged() local 391 connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), in positionProviderChanged() 417 void QGeoPositionInfoSourceGeoclueMaster::getPositionFinished(QDBusPendingCallWatcher *watcher) in getPositionFinished() argument 419 QDBusPendingReply<qint32, qint32, double, double, double, Accuracy> reply = *watcher; in getPositionFinished() 420 watcher->deleteLater(); in getPositionFinished()
|
| H A D | qgeosatelliteinfosource_geocluemaster.cpp | 139 QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(reply, this); in requestUpdate() local 140 connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), in requestUpdate() 196 void QGeoSatelliteInfoSourceGeoclueMaster::getSatelliteFinished(QDBusPendingCallWatcher *watcher) in getSatelliteFinished() argument 198 …BusPendingReply<qint32, qint32, qint32, QList<qint32>, QList<QGeoSatelliteInfo> > reply = *watcher; in getSatelliteFinished() 199 watcher->deleteLater(); in getSatelliteFinished()
|
| H A D | qgeosatelliteinfosource_geocluemaster.h | 78 void getSatelliteFinished(QDBusPendingCallWatcher *watcher);
|
| H A D | qgeopositioninfosource_geocluemaster.h | 85 void getPositionFinished(QDBusPendingCallWatcher *watcher);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ipmi.h | 281 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher); 282 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 178 self.watcher = None 241 if self.watcher: 242 self.watcher.close() 244 self.watcher = None 245 self.watcher = pyinotify.WatchManager() 246 self.watcher.bbseen = set() 247 self.watcher.bbwatchedfiles = set() 248 self.notifier = pyinotify.Notifier(self.watcher, self.notifications) 287 if event.pathname in self.watcher.bbseen: 288 self.watcher.bbseen.remove(event.pathname) [all …]
|
| H A D | cache.py | 707 def add_info(self, filename, info_array, cacheData, parsed=None, watcher=None): argument 721 if watcher: 722 watcher(info_array[0].file_depends)
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebtables.c | 83 par->target = w->u.watcher; in ebt_do_watcher() 85 w->u.watcher->target(skb, par); in ebt_do_watcher() 395 struct xt_target *watcher; in ebt_check_watcher() local 403 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher() 404 if (IS_ERR(watcher)) in ebt_check_watcher() 405 return PTR_ERR(watcher); in ebt_check_watcher() 407 if (watcher->family != NFPROTO_BRIDGE) { in ebt_check_watcher() 408 module_put(watcher->me); in ebt_check_watcher() 412 w->u.watcher = watcher; in ebt_check_watcher() 414 par->target = watcher; in ebt_check_watcher() [all …]
|
| H A D | Kconfig | 225 This option adds the log watcher, that you can use in any rule 234 This option enables the nflog watcher, which allows to LOG 239 This option adds the nflog watcher, that you can use in any rule
|
| /OK3568_Linux_fs/buildroot/package/perl-filesys-notify-simple/ |
| H A D | Config.in | 4 Simple and dumb file system watcher.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-panel-plugins/mailwatch/ |
| H A D | xfce4-mailwatch-plugin_1.3.0.bb | 1 SUMMARY = "Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pip.h | 316 static inline void cvmx_pip_config_watcher(uint64_t watcher, 327 cvmx_write_csr(CVMX_PIP_QOS_WATCHX(watcher), watcher_config.u64);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/blueman/ |
| H A D | blueman_2.2.4.bb | 49 sed -i "1s/.*/#!\/usr\/bin\/env python3/" ${D}${prefix}/libexec/blueman-rfcomm-watcher \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_bridge/ |
| H A D | ebtables.h | 141 struct xt_target *watcher; member
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/common/ |
| H A D | bus_watcher.c | 79 #error bus watcher being built for unknown Sibyte SOC! in check_bus_watcher()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/ |
| H A D | ebtables.h | 141 struct xt_target *watcher; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_bridge/ |
| H A D | ebtables.h | 141 struct xt_target *watcher; member
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.kcsan | 189 bool "Only report races where watcher observed a data value change"
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 734 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_register() argument 749 list_add(&watcher->link, &smi_watchers); in ipmi_smi_watcher_register() 757 watcher->new_smi(intf_num, intf->si_dev); in ipmi_smi_watcher_register() 767 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_unregister() argument 770 list_del(&watcher->link); in ipmi_smi_watcher_unregister()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_sdio_88xx.c | 206 adapter->watcher.get_watcher.sdio_rn_not_align++; in sdio_reg_rn_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_sdio_88xx.c | 207 adapter->watcher.get_watcher.sdio_rn_not_align++; in sdio_reg_rn_88xx()
|
| H A D | halmac_init_88xx.c | 144 adapter->watcher.get_watcher.sdio_rn_not_align = 0; in init_adapter_param_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_sdio_88xx.c | 206 adapter->watcher.get_watcher.sdio_rn_not_align++; in sdio_reg_rn_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_sdio_88xx.c | 206 adapter->watcher.get_watcher.sdio_rn_not_align++; in sdio_reg_rn_88xx()
|