Home
last modified time | relevance | path

Searched refs:manager (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-Core-3.7.0/subsys/net/conn_mgr/
DKconfig5 bool "Network connection manager [EXPERIMENTAL]"
12 When enabled, this will start the connection manager that will
21 module-str = Log level for connection manager
22 module-help = Enables connection manager code to output debug messages.
29 Sets the stack size which will be used by the connection manager for connectivity monitoring.
/Zephyr-Core-3.7.0/scripts/tests/twister_blackbox/
Dconftest.py56 + list(logging.Logger.manager.loggerDict.values()) \
58 name in logging.root.manager.loggerDict]
/Zephyr-Core-3.7.0/subsys/dfu/
DKconfig11 bool "DFU image manager"
19 prompt "Image manager"
26 bool "Image manager for mcuboot"
91 module-str = image manager
/Zephyr-Core-3.7.0/modules/thrift/src/thrift/transport/
DTSSLSocket.h90 virtual void access(std::shared_ptr<AccessManager> manager) in access() argument
92 access_ = manager; in access()
324 virtual void access(std::shared_ptr<AccessManager> manager) in access() argument
326 access_ = manager; in access()
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_behavior/pytest/
Dsaleae_logic2.py21 with automation.Manager.connect(address=address, port=port) as manager:
34 with manager.start_capture(
/Zephyr-Core-3.7.0/doc/services/resource_management/
Dindex.rst26 An on-off manager supports an arbitrary number of clients of a service
30 The manager has the following properties:
60 shut out, and the manager does not maintain a record of specific clients
64 requests or releases until the manager is reset. Pending requests are
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/
DKconfig76 bool "Wi-Fi Network manager support"
84 int "Maximum number of managed interfaces per Wi-Fi network manager"
88 network manager instance that can be used simultaneously.
92 module-str = Log level for Wi-Fi Network manager module
/Zephyr-Core-3.7.0/doc/services/pm/
Dsystem.rst36 pm_policy [label="Check policy manager\nfor a power state "]
89 The policy manager is the component of the power management subsystem responsible
91 The policy manager can only choose between states that have been defined for the platform.
131 applications to configure the policy manager to block the system from transitioning
/Zephyr-Core-3.7.0/soc/renesas/smartbond/da1469x/
DKconfig.defconfig37 # Enable sleep and voltage rails manager so that
/Zephyr-Core-3.7.0/tests/kernel/sched/preempt/src/
Dmain.c127 void manager(void *p1, void *p2, void *p3) in manager() function
330 manager, NULL, NULL, NULL, in ZTEST()
/Zephyr-Core-3.7.0/lib/heap/
DKconfig117 bool "Multi-heap manager"
128 bool "Shared multi-heap manager"
131 Enable support for a shared multi-heap manager that uses the
/Zephyr-Core-3.7.0/modules/openthread/
DKconfig.features68 bool "Channel manager support"
72 bool "Channel manager for CSL channel"
196 bool "Link Metrics manager"
DCMakeLists.txt52 kconfig_to_ot_option(CONFIG_OPENTHREAD_CHANNEL_MANAGER OT_CHANNEL_MANAGER "Enable channel manager s…
53 kconfig_to_ot_option(CONFIG_OPENTHREAD_CHANNEL_MANAGER_CSL OT_CHANNEL_MANAGER_CSL "Channel manager
86 …ENTHREAD_LINK_METRICS_MANAGER OT_LINK_METRICS_MANAGER "Enable Link Metrics manager for Thread 1.2")
/Zephyr-Core-3.7.0/lib/utils/
DKconfig33 An on-off manager supports an arbitrary number of clients of a
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-4.0.rst170 * Connection manager:
/Zephyr-Core-3.7.0/doc/security/
Dreporting.rst191 release manager that the backport pull request and issue are addressing
207 - The current release manager, and the release manager for historical
/Zephyr-Core-3.7.0/boards/cdns/xt-sim/doc/
Dindex.rst49 downloading ``Zephyr SDK`` or by using your distribution package manager.
55 #aptitude install gcc-multilib # Or what ever package manager (apt, apt-get, ...)
/Zephyr-Core-3.7.0/doc/develop/getting_started/
Dinstallation_linux.rst14 requirements and dependencies may not be met by your package manager. In that
16 software from sources other than the package manager.
182 You might also want to uninstall the CMake provided by your package manager to
202 manager channels if one is available. Isolating this Python in a virtual
/Zephyr-Core-3.7.0/doc/kernel/memory_management/
Dshared_multi_heap.rst6 The shared multi-heap memory pool manager uses the multi-heap allocator to
/Zephyr-Core-3.7.0/scripts/ci/
Dpylintrc141 not-context-manager,
168 not-async-context-manager,
/Zephyr-Core-3.7.0/modules/lvgl/
DKconfig.memory5 menu "Memory manager settings"
/Zephyr-Core-3.7.0/doc/develop/
Dbeyond-GSG.rst16 Python 3 and its package manager, pip\ [#pip]_, are used extensively by Zephyr
30 and the system package manager, and is the default on Debian-based
243 Udev is a device manager for the Linux kernel and the udev daemon
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Drunner.py1205 manager = BaseManager()
1206 manager.start()
1210 pipeline = manager.LifoQueue()
1211 done_queue = manager.LifoQueue()
/Zephyr-Core-3.7.0/samples/subsys/usb/dfu/
DREADME.rst17 class provided by the Zephyr project depends on DFU image manager and
/Zephyr-Core-3.7.0/boards/ite/it8xxx2_evb/doc/
Dindex.rst176 For example, open device manager to find the USB Serial Port(COM4) and use your

12