ESP-IDF
nvs::Storage::findKey()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Storage::findKey()
nvs::Storage::findKey() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_storage.hpp:77
esp_err_t
findKey
(
const
uint8_t
nsIndex
,
const
char
*
key
,
ItemType
*
datatype
)
;
Implemented in
nvs_storage.cpp:811
Arguments
Argument
Declared as
nsIndex
const
uint8_t
key
const
char
*
datatype
ItemType
*
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
Storage
::
findKey
(
const
uint8_t
nsIndex
,
const
char
*
key
,
ItemType
*
datatype
)
nvs_storage.cpp:811
esp_err_t
findKey
(
const
uint8_t
nsIndex
,
const
char
*
key
,
ItemType
*
datatype
)
;
nvs_storage.hpp:77
esp_err_t
err
=
mStoragePtr
->
findKey
(
mNsIndex
,
key
,
&
datatype
)
;
nvs_handle_simple.cpp:73
nvs::NVSHandleSimple
nvs::NVSHandleSimple::find_key()
Call Tree
from
examples
nvs::Storage::findKey()
is called by 1 function and calls 2 functions:
nvs::NVSHandleSimple::find_key()
All items filtered out
nvs::Storage::findKey()
nvs::Item::Item()
nvs::Storage::findItem()
All items filtered out
Data Use
from
examples
nvs::Storage::findKey()
reads 4 variables:
nvs::ItemType::ANY
nvs::Item::
::
::datatype
nvs::Storage::StorageState::ACTIVE
nvs::Storage::mState
All items filtered out
nvs::Storage::findKey()
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