Searched refs:entry_info (Results 1 – 4 of 4) sorted by relevance
55 CHECK(string(it.entry_info.namespace_name) == string("test_ns"));56 CHECK(string(it.entry_info.key) == string("test_blob"));57 CHECK(it.entry_info.type == NVS_TYPE_BLOB);
173 nvs_entry_info_t entry_info; member
748 *out_info = it->entry_info; in nvs_entry_info()
787 fillEntryInfo(item, it->entry_info); in nextEntry()