ESP-IDF
BLOB_DATA
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLOB_DATA
BLOB_DATA value
Syntax
Show:
Summary
Declaration
from
nvs_handle.hpp:38
BLOB_DATA
=
NVS_TYPE_BLOB
;
Examples
References
from
examples
Code
Location
Scope
Referrer
BLOB_DATA
=
NVS_TYPE_BLOB
,
nvs_handle.hpp:38
datatype
=
ItemType
::
BLOB_DATA
;
nvs_handle_simple.cpp:78
nvs::NVSHandleSimple
nvs::NVSHandleSimple::find_key()
if
(
nsIndex
!=
NS_ANY
&&
key
!=
NULL
&&
(
datatype
!=
ItemType
::
BLOB_DATA
||
chunkIdx
!=
CHUNK_ANY
)
)
{
nvs_page.cpp:889
nvs::Page
nvs::Page::findItem()
&&
datatype
==
ItemType
::
BLOB_DATA
nvs_page.cpp:939
nvs::Page
nvs::Page::findItem()
&&
datatype
==
ItemType
::
BLOB_DATA
nvs_page.cpp:947
nvs::Page
nvs::Page::findItem()
&&
item
.
datatype
!=
ItemType
::
BLOB_DATA
)
{
nvs_page.cpp:948
nvs::Page
nvs::Page::findItem()
&&
item
.
datatype
==
ItemType
::
BLOB_DATA
)
{
nvs_page.cpp:964
nvs::Page
nvs::Page::findItem()
err
=
page
.
writeItem
(
nsIndex
,
ItemType
::
BLOB_DATA
,
key
,
nvs_storage.cpp:321
nvs::Storage
nvs::Storage::writeMultiPageBlob()
err
=
findItem
(
nsIndex
,
ItemType
::
BLOB_DATA
,
key
,
findPage
,
item
,
static_cast
<
uint8_t
>
(
chunkStart
)
+
chunkNum
)
;
nvs_storage.cpp:602
nvs::Storage
nvs::Storage::readMultiPageBlob()
err
=
findPage
->
readItem
(
nsIndex
,
ItemType
::
BLOB_DATA
,
key
,
static_cast
<
uint8_t
*
>
(
data
)
+
offset
,
item
.
varLength
.
dataSize
,
static_cast
<
uint8_t
>
(
chunkStart
)
+
chunkNum
)
;
nvs_storage.cpp:614
nvs::Storage
nvs::Storage::readMultiPageBlob()
err
=
findItem
(
nsIndex
,
ItemType
::
BLOB_DATA
,
key
,
findPage
,
item
,
static_cast
<
uint8_t
>
(
chunkStart
)
+
chunkNum
)
;
nvs_storage.cpp:655
nvs::Storage
nvs::Storage::cmpMultiPageBlob()
err
=
findPage
->
cmpItem
(
nsIndex
,
ItemType
::
BLOB_DATA
,
key
,
static_cast
<
const
uint8_t
*
>
(
data
)
+
offset
,
item
.
varLength
.
dataSize
,
static_cast
<
uint8_t
>
(
chunkStart
)
+
chunkNum
)
;
nvs_storage.cpp:662
nvs::Storage
nvs::Storage::cmpMultiPageBlob()
if
(
item
.
datatype
==
ItemType
::
BLOB_DATA
||
item
.
datatype
==
ItemType
::
BLOB_IDX
)
{
nvs_storage.cpp:783
nvs::Storage
nvs::Storage::eraseItem()
return
(
item
.
datatype
==
ItemType
::
BLOB_DATA
&&
nvs_storage.cpp:970
nvs::isMultipageBlob()
case
ItemType
::
BLOB_DATA
:
{
nvs_types.cpp:98
nvs::Item
nvs::Item::checkHeaderConsistency() const
if
(
datatype
==
ItemType
::
BLOB_DATA
)
{
nvs_types.cpp:104
nvs::Item
nvs::Item::checkHeaderConsistency() const
type
==
ItemType
::
BLOB_DATA
)
;
nvs_types.hpp:39
nvs::isVariableLengthType()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BLOB_DATA
is read by 9 functions:
All items filtered out
BLOB_DATA
nvs::isVariableLengthType()
nvs::Page::findItem()
nvs::Storage::writeMultiPageBlob()
nvs::Storage::readMultiPageBlob()
nvs::Storage::cmpMultiPageBlob()
nvs::Storage::eraseItem()
nvs::isMultipageBlob()
nvs::NVSHandleSimple::find_key()
nvs::Item::checkHeaderConsistency() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out