Home
last modified time | relevance | path

Searched defs:Delete (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/common/
Downed_ptr.hpp169 void Delete(void) in Delete() function in ot::OwnedPtr
Dsettings_driver.hpp127 Error Delete(uint16_t aKey, int aIndex = -1) in Delete() function in ot::SettingsDriver
Dsettings.cpp302 Error Settings::ChildInfoIterator::Delete(void) in Delete() function in ot::Settings::ChildInfoIterator
Dsettings.hpp916 template <typename EntryType> Error Delete(void) { return DeleteEntry(EntryType::kKey); } in Delete() function in ot::Settings
/openthread-latest/src/posix/platform/
Dsettings_file.cpp220 otError SettingsFile::Delete(uint16_t aKey, int aIndex) { return Delete(aKey, aIndex, nullptr); } in Delete() function in ot::Posix::SettingsFile
222 otError SettingsFile::Delete(uint16_t aKey, int aIndex, int *aSwapFd) in Delete() function in ot::Posix::SettingsFile
/openthread-latest/tests/nexus/platform/
Dnexus_settings.cpp131 Error Settings::Delete(uint16_t aKey, int aIndex) in Delete() function in ot::Nexus::Settings
/openthread-latest/src/core/utils/
Dflash.cpp255 Error Flash::Delete(uint16_t aKey, int aIndex) in Delete() function in ot::Flash