ESP-IDF
ot::AddressResolver::CacheEntry::SetCanEvict()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::AddressResolver::CacheEntry::SetCanEvict()
ot::AddressResolver::CacheEntry::SetCanEvict() method
Syntax
Show:
Summary
Declaration
from
address_resolver.hpp:278
void
SetCanEvict
(
bool
aCanEvict
)
;
Arguments
Argument
aCanEvict
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetCanEvict
(
bool
aCanEvict
)
{
mInfo
.
mOther
.
mCanEvict
=
aCanEvict
;
}
address_resolver.hpp:278
entry
->
SetCanEvict
(
false
)
;
address_resolver.cpp:410
ot::AddressResolver
ot::AddressResolver::UpdateSnoopedCacheEntry()
entry
->
SetCanEvict
(
true
)
;
address_resolver.cpp:417
ot::AddressResolver
ot::AddressResolver::UpdateSnoopedCacheEntry()
entry
->
SetCanEvict
(
false
)
;
address_resolver.cpp:537
ot::AddressResolver
ot::AddressResolver::Resolve()
entry
->
SetCanEvict
(
true
)
;
address_resolver.cpp:1011
ot::AddressResolver
ot::AddressResolver::HandleTimeTick()
Call Tree
from
examples
ot::AddressResolver::CacheEntry::SetCanEvict()
is called by 3 functions:
ot::AddressResolver::UpdateSnoopedCacheEntry()
ot::AddressResolver::Resolve()
ot::AddressResolver::HandleTimeTick()
All items filtered out
ot::AddressResolver::CacheEntry::SetCanEvict()
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
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