ESP-IDF
nvs::Partition::get_partition_name()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Partition::get_partition_name()
nvs::Partition::get_partition_name() method
Return the partition name as in the partition table.
Syntax
Show:
Summary
Declaration
from
partition.hpp:26
virtual
const
char
*
get_partition_name
(
)
=
0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
virtual
const
char
*
get_partition_name
(
)
=
0
;
partition.hpp:26
const
char
*
get_partition_name
(
)
override
;
nvs_partition.hpp:43
nvs::NVSPartition
nvs::NVSPartition::get_partition_name()
Storage
*
storage
=
lookup_storage_from_name
(
partition
->
get_partition_name
(
)
)
;
nvs_partition_manager.cpp:73
nvs::NVSPartitionManager
nvs::NVSPartitionManager::init_custom()
return
mPartition
->
get_partition_name
(
)
;
nvs_storage.hpp:109
nvs::Storage
nvs::Storage::getPartName() const
Call Tree
from
examples
nvs::Partition::get_partition_name()
is called by 2 functions:
nvs::Storage::getPartName() const
nvs::NVSPartitionManager::init_custom()
All items filtered out
nvs::Partition::get_partition_name()
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
nvs::Partition::get_partition_name()
overrides 1 methods:
nvs::NVSPartition::get_partition_name()
All items filtered out
nvs::Partition::get_partition_name()
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