Home
last modified time | relevance | path

Searched refs:storage_info_t (Results 1 – 2 of 2) sorted by relevance

/system/core/storaged/include/
Dstoraged_info.h27 class storage_info_t {
29 FRIEND_TEST(storaged_test, storage_info_t);
36 storage_info_t() : eol(0), lifetime_a(0), lifetime_b(0) {} in storage_info_t() function
37 virtual ~storage_info_t() {} in ~storage_info_t()
41 class emmc_info_t : public storage_info_t {
55 class ufs_info_t : public storage_info_t {
/system/core/storaged/
Dstoraged_info.cpp42 void storage_info_t::publish() in publish()