Home
last modified time | relevance | path

Searched refs:getStorageInfo (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/health/2.0/default/include/health2/
DHealth.h50 Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override;
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp337 TEST_F(HealthHidlTest, getStorageInfo) { in TEST_F() argument
339 EXPECT_OK(mHealth->getStorageInfo([](auto result, auto& value) { in TEST_F()
/hardware/interfaces/health/2.0/
DREADME101 `IHealth.getStorageInfo`, add `libhealthstoragedefault` to `static_libs`.
DREADME.md101 `IHealth.getStorageInfo`, add `libhealthstoragedefault` to `static_libs`.
DIHealth.hal150 getStorageInfo() generates (Result result, vec<StorageInfo> value);
/hardware/interfaces/health/2.0/default/
DHealth.cpp221 Return<void> Health::getStorageInfo(getStorageInfo_cb _hidl_cb) { in getStorageInfo() function in android::hardware::health::V2_0::implementation::Health