Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OMOTE-Community/OMOTE-Firmware
/ functions
Functions
987 in github.com/OMOTE-Community/OMOTE-Firmware
⨍
Functions
987
◇
Types & classes
261
↓ 4 callers
Function
destroy
hardware/windows_linux/lib/json/json.hpp:19856
↓ 4 callers
Function
doShortPress
src/applicationInternal/keys.cpp:59
↓ 4 callers
Function
empty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
hardware/windows_linux/lib/json/json.hpp:14002
↓ 4 callers
Function
get_arithmetic_value
hardware/windows_linux/lib/json/json.hpp:4678
↓ 4 callers
Method
get_binary
hardware/windows_linux/lib/json/json.hpp:12008
↓ 4 callers
Function
get_scene_has_gui_list
src/applicationInternal/scenes/sceneRegistry.cpp:195
↓ 4 callers
Method
get_string
hardware/windows_linux/lib/json/json.hpp:11975
↓ 4 callers
Function
gui_memoryOptimizer_doContentCreation
src/applicationInternal/gui/guiMemoryOptimizer.cpp:716
↓ 4 callers
Function
gui_memoryOptimizer_getActiveTabID
src/applicationInternal/gui/guiMemoryOptimizer.cpp:67
↓ 4 callers
Function
insert_iterator
hardware/windows_linux/lib/json/json.hpp:22568
↓ 4 callers
Method
isConnected
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:186
↓ 4 callers
Function
is_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
hardware/windows_linux/lib/json/json.hpp:20624
↓ 4 callers
Function
mqtt_pack_pubxxx_request
PUBXXX */
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:1387
↓ 4 callers
Function
mqtt_unpack_pubxxx_response
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:1422
↓ 4 callers
Method
press
press() adds the specified key (printing, non-printing, or modifier) to the persistent key report and sends the report. Because of the way USB HID wo
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:388
↓ 4 callers
Function
replace_substring
hardware/windows_linux/lib/json/json.hpp:2971
↓ 4 callers
Method
set_end
set iterator to a defined past the end
hardware/windows_linux/lib/json/json.hpp:12756
↓ 4 callers
Function
update_temp_label
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:122
↓ 4 callers
Method
write_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
hardware/windows_linux/lib/json/json.hpp:15778
↓ 3 callers
Function
__mqtt_next_pid
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:85
↓ 3 callers
Function
cbegin
@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/
hardware/windows_linux/lib/json/json.hpp:22086
↓ 3 callers
Function
convertStringListToString
src/applicationInternal/commandHandler.cpp:170
↓ 3 callers
Function
count
hardware/windows_linux/lib/json/json.hpp:19264
↓ 3 callers
Function
emplace
hardware/windows_linux/lib/json/json.hpp:19058
↓ 3 callers
Function
get_backlightBrightness_HAL
hardware/ESP32/tft_hal_esp32.cpp:181
↓ 3 callers
Function
get_irReceiverEnabled
src/applicationInternal/hardware/hardwarePresenter.cpp:157
↓ 3 callers
Function
get_sleepTimeout_HAL
hardware/ESP32/sleep_hal_esp32.cpp:280
↓ 3 callers
Function
gui_loop
src/applicationInternal/gui/guiBase.cpp:293
↓ 3 callers
Function
gui_memoryOptimizer_navigateToGUI
4. navigate to a specific GUI in gui_list
src/applicationInternal/gui/guiMemoryOptimizer.cpp:665
↓ 3 callers
Function
gui_memoryOptimizer_notifyAndClear
src/applicationInternal/gui/guiMemoryOptimizer.cpp:549
↓ 3 callers
Function
gui_memoryOptimizer_setActiveGUIlist
src/applicationInternal/gui/guiMemoryOptimizer.cpp:54
↓ 3 callers
Method
init
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:16
↓ 3 callers
Function
is_number_float
@brief return whether value is a floating-point number @sa https://json.nlohmann.me/api/basic_json/is_number_float/
hardware/windows_linux/lib/json/json.hpp:20652
↓ 3 callers
Function
is_number_integer
@brief return whether value is an integer number @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
hardware/windows_linux/lib/json/json.hpp:20638
↓ 3 callers
Method
moved_or_copied
hardware/windows_linux/lib/json/json.hpp:14850
↓ 3 callers
Function
mqtt_mq_init
MESSAGE QUEUE */
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:1616
↓ 3 callers
Method
prepareAdvertising
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:689
↓ 3 callers
Method
release
release() takes the specified key out of the persistent key report and sends the report. This tells the OS the key is no longer pressed and that it s
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:445
↓ 3 callers
Function
safe_delete_lv_obj
src/applicationInternal/gui/guiMemoryOptimizer.cpp:111
↓ 3 callers
Function
sceneExists
src/applicationInternal/scenes/sceneRegistry.cpp:47
↓ 3 callers
Function
setActiveTab
src/applicationInternal/gui/guiBase.cpp:352
↓ 3 callers
Method
set_begin
set iterator to a defined beginning
hardware/windows_linux/lib/json/json.hpp:12750
↓ 3 callers
Function
set_motionThreshold
src/applicationInternal/hardware/hardwarePresenter.cpp:105
↓ 3 callers
Function
unget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
hardware/windows_linux/lib/json/json.hpp:8746
↓ 3 callers
Method
write
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:503
↓ 2 callers
Function
__mqtt_ping
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:454
↓ 2 callers
Function
at
@brief access specified array element with bounds checking @sa https://json.nlohmann.me/api/basic_json/at/
hardware/windows_linux/lib/json/json.hpp:21240
↓ 2 callers
Method
begin
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:104
↓ 2 callers
Function
checkMQTTconnection
hardware/ESP32/mqtt_hal_esp32.cpp:150
↓ 2 callers
Function
compute_boundaries
hardware/windows_linux/lib/json/json.hpp:17096
↓ 2 callers
Function
consumerControlBLE_longpress
src/applicationInternal/hardware/hardwarePresenter.cpp:231
↓ 2 callers
Function
create_switch
src/devices_pool/misc/device_airconditioner/gui_airconditioner.cpp:162
↓ 2 callers
Function
current_timestamp
src/applicationInternal/hardware/arduinoLayer.cpp:8
↓ 2 callers
Method
delay_ms
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:654
↓ 2 callers
Method
disconnectAllClients
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:808
↓ 2 callers
Function
do_rec_data
hardware/windows_linux/lib/MQTT-C/src/mqtt_pal.c:169
↓ 2 callers
Function
emplace_back
hardware/windows_linux/lib/json/json.hpp:22511
↓ 2 callers
Function
erase_internal
hardware/windows_linux/lib/json/json.hpp:21869
↓ 2 callers
Function
file_input_adapter
hardware/windows_linux/lib/json/json.hpp:6193
↓ 2 callers
Function
flatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
hardware/windows_linux/lib/json/json.hpp:23976
↓ 2 callers
Function
from_json_array_impl
hardware/windows_linux/lib/json/json.hpp:4821
↓ 2 callers
Function
from_json_inplace_array_impl
hardware/windows_linux/lib/json/json.hpp:4904
↓ 2 callers
Function
from_json_tuple_impl
hardware/windows_linux/lib/json/json.hpp:5010
↓ 2 callers
Function
getKeys
src/applicationInternal/hardware/hardwarePresenter.cpp:124
↓ 2 callers
Function
getShowMemoryUsage
src/applicationInternal/memoryUsage.cpp:14
↓ 2 callers
Method
get_CF_str
src/devices_pool/misc/device_airconditioner/device_airconditioner.cpp:151
↓ 2 callers
Function
get_battery_status_HAL
hardware/ESP32/battery_hal_esp32.cpp:33
↓ 2 callers
Function
get_heapUsage
--- memory usage -----------------------------------------------------------
src/applicationInternal/hardware/hardwarePresenter.cpp:275
↓ 2 callers
Function
get_keyboardBrightness_HAL
hardware/ESP32/keypad_keys_hal_esp32.cpp:247
↓ 2 callers
Function
get_motionThreshold
src/applicationInternal/hardware/hardwarePresenter.cpp:102
↓ 2 callers
Function
get_motionThreshold_HAL
hardware/ESP32/sleep_hal_esp32.cpp:299
↓ 2 callers
Function
get_scenes_on_sceneSelectionGUI
src/applicationInternal/scenes/sceneRegistry.cpp:231
↓ 2 callers
Function
get_sleepTimeout
src/applicationInternal/hardware/hardwarePresenter.cpp:90
↓ 2 callers
Function
get_wakeupByIMUEnabled_HAL
hardware/ESP32/sleep_hal_esp32.cpp:290
↓ 2 callers
Function
grisu2
hardware/windows_linux/lib/json/json.hpp:17735
↓ 2 callers
Function
grisu2_round
hardware/windows_linux/lib/json/json.hpp:17453
↓ 2 callers
Function
gui_memoryOptimizer_setLastActiveGUIlistIndex
src/applicationInternal/gui/guiMemoryOptimizer.cpp:62
↓ 2 callers
Function
guis_doTabCreationAfterSliding
2. tab creation after sliding (called by tabview_tab_changed_event_cb())
src/applicationInternal/gui/guiBase.cpp:330
↓ 2 callers
Function
hex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
hardware/windows_linux/lib/json/json.hpp:18685
↓ 2 callers
Method
isAdvertising
hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp:182
↓ 2 callers
Method
is_end
return whether the iterator is at end
hardware/windows_linux/lib/json/json.hpp:12768
↓ 2 callers
Method
is_errored
hardware/windows_linux/lib/json/json.hpp:7183
↓ 2 callers
Function
is_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
hardware/windows_linux/lib/json/json.hpp:20645
↓ 2 callers
Function
keyboardBLE_deleteBonds_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:44
↓ 2 callers
Function
keyboardBLE_disconnectAllClients_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:32
↓ 2 callers
Function
keyboardBLE_printBonds_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:36
↓ 2 callers
Function
keyboardBLE_printConnectedClients_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:28
↓ 2 callers
Function
keyboardBLE_shutdown_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:176
↓ 2 callers
Function
keyboardBLE_startAdvertisingDirected_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:20
↓ 2 callers
Function
keyboardBLE_startAdvertisingForAll_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:12
↓ 2 callers
Function
keyboardBLE_startAdvertisingWithWhitelist_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:16
↓ 2 callers
Function
keyboardBLE_stopAdvertising_HAL
hardware/ESP32/keyboard_ble_hal_esp32.cpp:24
↓ 2 callers
Function
little_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
hardware/windows_linux/lib/json/json.hpp:9198
↓ 2 callers
Function
mqtt_disconnect
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:486
↓ 2 callers
Function
mqtt_error_str
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:1778
↓ 2 callers
Function
mqtt_fixed_header_rule_violation
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:967
↓ 2 callers
Function
mqtt_sync
hardware/windows_linux/lib/MQTT-C/src/mqtt.c:35
↓ 2 callers
Function
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13234
↓ 2 callers
Function
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
hardware/windows_linux/lib/json/json.hpp:13285
↓ 2 callers
Function
parse
hardware/windows_linux/lib/json/json.hpp:23344
← previous
next →
101–200 of 987, ranked by callers