Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Huntereb/Awoo-Installer
/ functions
Functions
728 in github.com/Huntereb/Awoo-Installer
⨍
Functions
728
◇
Types & classes
236
↓ 4 callers
Method
IsBufferDataComplete
source/data/buffered_placeholder_writer.cpp:171
↓ 4 callers
Method
Prepare
Validate and obtain all data needed for install
source/install/install.cpp:84
↓ 4 callers
Method
WriteSegmentToPlaceholder
source/data/buffered_placeholder_writer.cpp:103
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
include/util/json.hpp:13011
↓ 4 callers
Function
destroy
include/util/json.hpp:20571
↓ 4 callers
Method
drawMenuItems
source/ui/netInstPage.cpp:55
↓ 4 callers
Method
drawMenuItems
source/ui/usbInstPage.cpp:50
↓ 4 callers
Function
empty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
include/util/json.hpp:14701
↓ 4 callers
Function
get_arithmetic_value
include/util/json.hpp:4857
↓ 4 callers
Method
get_binary
include/util/json.hpp:12697
↓ 4 callers
Function
insert_iterator
include/util/json.hpp:23307
↓ 4 callers
Function
is_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
include/util/json.hpp:21363
↓ 4 callers
Function
replace_substring
include/util/json.hpp:3098
↓ 4 callers
Method
selectTitle
source/ui/netInstPage.cpp:73
↓ 4 callers
Method
set_end
set iterator to a defined past the end
include/util/json.hpp:13446
↓ 4 callers
Method
startInstall
source/ui/netInstPage.cpp:140
↓ 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
include/util/json.hpp:16487
↓ 3 callers
Method
Begin
source/install/install.cpp:120
↓ 3 callers
Method
GetPackagedContentMetaHeader
source/nx/content_meta.cpp:47
↓ 3 callers
Method
InstallNCA
source/install/install_xci.cpp:77
↓ 3 callers
Method
StreamDataRange
source/util/network_util.cpp:198
↓ 3 callers
Function
USBWrite
source/util/usb_util.cpp:89
↓ 3 callers
Method
WritePlaceholder
source/nx/ncm.cpp:48
↓ 3 callers
Function
awoo_usbCommsRead
source/util/usb_comms_awoo.c:564
↓ 3 callers
Function
cbegin
@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/
include/util/json.hpp:22825
↓ 3 callers
Method
close
source/nx/nca_writer.cpp:374
↓ 3 callers
Method
decrypt
source/nx/nca_writer.cpp:93
↓ 3 callers
Function
deinitInstallServices
source/util/util.cpp:47
↓ 3 callers
Function
downloadToBuffer
source/util/curl.cpp:68
↓ 3 callers
Function
emplace
include/util/json.hpp:19771
↓ 3 callers
Function
initInstallServices
source/util/util.cpp:39
↓ 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/
include/util/json.hpp:21391
↓ 3 callers
Method
moved_or_copied
include/util/json.hpp:15549
↓ 3 callers
Function
parse
include/util/json.hpp:24084
↓ 3 callers
Method
selectNsp
source/ui/sdInstPage.cpp:106
↓ 3 callers
Method
selectTitle
source/ui/usbInstPage.cpp:67
↓ 3 callers
Method
set_begin
set iterator to a defined beginning
include/util/json.hpp:13440
↓ 3 callers
Function
softwareKeyboard
source/util/util.cpp:169
↓ 3 callers
Method
startInstall
source/ui/usbInstPage.cpp:101
↓ 3 callers
Function
swapEndian
include/util/crypto.hpp:51
↓ 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
include/util/json.hpp:8400
↓ 2 callers
Method
BufferDataRange
source/util/network_util.cpp:175
↓ 2 callers
Function
GetBaseTitleId
source/util/title_util.cpp:63
↓ 2 callers
Method
GetContentInfos
TODO: Cache this
source/nx/content_meta.cpp:66
↓ 2 callers
Function
GetContentMetaFromNCA
TODO: do this manually so we don't have to "install" the cnmt's
source/util/file_util.cpp:35
↓ 2 callers
Method
GetFileEntry
source/install/nsp.cpp:56
↓ 2 callers
Method
GetFileEntry
source/install/xci.cpp:109
↓ 2 callers
Method
GetFileEntryName
source/install/xci.cpp:170
↓ 2 callers
Function
GetNcaIdFromString
source/util/title_util.cpp:49
↓ 2 callers
Method
GetPath
source/nx/ncm.cpp:70
↓ 2 callers
Function
GetRelativeJson
source/util/lang.cpp:90
↓ 2 callers
Function
OnSelected
source/netInstall.cpp:213
↓ 2 callers
Function
OnUnwound
source/netInstall.cpp:100
↓ 2 callers
Method
Read
source/nx/fs.cpp:42
↓ 2 callers
Method
Register
source/nx/ncm.cpp:53
↓ 2 callers
Method
RetrieveHeader
TODO: Do verification: PFS0 magic, sizes not zero
source/install/nsp.cpp:36
↓ 2 callers
Method
StreamToPlaceholder
source/install/usb_xci.cpp:108
↓ 2 callers
Function
WaitReceiveNetworkData
source/util/network_util.cpp:238
↓ 2 callers
Function
_usbCommsUpdateInterfaceDescriptor
source/util/usb_comms_awoo.c:38
↓ 2 callers
Function
at
@brief access specified array element with bounds checking @sa https://json.nlohmann.me/api/basic_json/at/
include/util/json.hpp:21979
↓ 2 callers
Function
awoo_usbCommsExit
source/util/usb_comms_awoo.c:192
↓ 2 callers
Function
compute_boundaries
include/util/json.hpp:17809
↓ 2 callers
Function
copyFile
source/util/util.cpp:111
↓ 2 callers
Function
downloadFile
source/util/curl.cpp:34
↓ 2 callers
Function
emplace_back
include/util/json.hpp:23250
↓ 2 callers
Method
encrypt
source/nx/nca_writer.cpp:216
↓ 2 callers
Function
erase_internal
include/util/json.hpp:22608
↓ 2 callers
Function
extractFile
source/util/unzip.cpp:114
↓ 2 callers
Function
file_input_adapter
include/util/json.hpp:6501
↓ 2 callers
Function
flatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
include/util/json.hpp:24736
↓ 2 callers
Function
formatUrlLink
source/util/util.cpp:139
↓ 2 callers
Function
from_json_array_impl
include/util/json.hpp:5048
↓ 2 callers
Function
from_json_inplace_array_impl
include/util/json.hpp:5131
↓ 2 callers
Function
from_json_tuple_impl
include/util/json.hpp:5243
↓ 2 callers
Function
get_byte_positions
include/util/json.hpp:4606
↓ 2 callers
Function
grisu2
include/util/json.hpp:18448
↓ 2 callers
Function
grisu2_round
include/util/json.hpp:18166
↓ 2 callers
Function
hex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
include/util/json.hpp:19398
↓ 2 callers
Function
hfs0GetFileName
include/install/hfs0.hpp:48
↓ 2 callers
Function
hfs0GetStringTable
include/install/hfs0.hpp:38
↓ 2 callers
Function
int_to_string
include/util/json.hpp:5436
↓ 2 callers
Method
is_end
return whether the iterator is at end
include/util/json.hpp:13458
↓ 2 callers
Method
is_errored
include/util/json.hpp:8988
↓ 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/
include/util/json.hpp:21384
↓ 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
include/util/json.hpp:9832
↓ 2 callers
Function
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/util/json.hpp:13924
↓ 2 callers
Function
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/util/json.hpp:13975
↓ 2 callers
Function
pop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
include/util/json.hpp:14663
↓ 2 callers
Function
readTextFromFile
source/util/util.cpp:156
↓ 2 callers
Function
reset
reset token_buffer; current character is beginning of token
include/util/json.hpp:8345
↓ 2 callers
Method
seek
include/util/crypto.hpp:95
↓ 2 callers
Function
sendExitCommands
source/netInstall.cpp:112
↓ 2 callers
Function
size
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
include/util/json.hpp:22986
↓ 2 callers
Function
skip_whitespace
include/util/json.hpp:8531
↓ 2 callers
Method
startInstall
source/ui/sdInstPage.cpp:121
↓ 2 callers
Method
startNetwork
source/ui/netInstPage.cpp:82
↓ 2 callers
Function
usbIsConnected
source/util/util.cpp:265
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
include/util/json.hpp:15807
↓ 2 callers
Method
write_cbor
! @param[in] j JSON value to serialize */
include/util/json.hpp:15836
↓ 2 callers
Method
write_msgpack
! @param[in] j JSON value to serialize */
include/util/json.hpp:16160
← previous
next →
101–200 of 728, ranked by callers