Home
last modified time | relevance | path

Searched refs:HealthServicePair (Results 1 – 3 of 3) sorted by relevance

/system/core/storaged/include/
Dstoraged.h81 struct HealthServicePair { struct
84 static HealthServicePair get(); argument
/system/core/storaged/
Dstoraged.cpp85 HealthServicePair HealthServicePair::get() { in get()
86 HealthServicePair ret; in get()
142 auto [aidlHealth, hidlHealth] = HealthServicePair::get(); in init_health_service()
/system/core/storaged/tests/
Dstoraged_test.cpp244 auto [healthService, hidlHealth] = HealthServicePair::get(); in TEST()