Home
last modified time | relevance | path

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

/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DBinderHealth.h62 Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override { in getStorageInfo() function
63 return service()->getStorageInfo(_hidl_cb); in getStorageInfo()
DHealth.h58 Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override;
/hardware/interfaces/health/utils/libhealth2impl/
DHealth.cpp152 Return<void> Health::getStorageInfo(getStorageInfo_cb _hidl_cb) { in getStorageInfo() function in android::hardware::health::V2_1::implementation::Health
185 GetHealthInfoField(this, &Health::getStorageInfo, &health_info.legacy.storageInfos); in getHealthInfo_2_1()
/hardware/interfaces/health/2.0/default/include/health2/
DHealth.h50 Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override;
/hardware/interfaces/health/2.1/
DREADME.md99 and/or `HealthImpl::getStorageInfo` directly. There is no need to override
101 `getDiskStats` and `getStorageInfo` to retrieve storage information.
228 // Return<void> getStorageInfo(getStorageInfo_cb _hidl_cb) override;
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp298 TEST_P(HealthHidlTest, getStorageInfo) { in TEST_P() argument
299 EXPECT_OK(mHealth->getStorageInfo([](auto result, auto& value) { in TEST_P()
/hardware/interfaces/health/2.0/default/
DHealth.cpp234 Return<void> Health::getStorageInfo(getStorageInfo_cb _hidl_cb) { in getStorageInfo() function in android::hardware::health::V2_0::implementation::Health
/hardware/interfaces/health/2.0/
DREADME105 `IHealth.getStorageInfo`, add `libhealthstoragedefault` to `static_libs`.
DREADME.md105 `IHealth.getStorageInfo`, add `libhealthstoragedefault` to `static_libs`.
DIHealth.hal150 getStorageInfo() generates (Result result, vec<StorageInfo> value);