Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.h132 virtual std::shared_ptr<const vintf::HalManifest> getDeviceManifest() const;
Dtest.cpp267 MOCK_CONST_METHOD0(getDeviceManifest, std::shared_ptr<const vintf::HalManifest>());
402 ON_CALL(*mockList, getDeviceManifest()) in initMockList()
805 ON_CALL(*mockList, getDeviceManifest()).WillByDefault(Return(deviceManifest)); in TEST_F()
1091 EXPECT_CALL(*mockList, getDeviceManifest()) in SetUp()
DListCommand.cpp175 std::shared_ptr<const vintf::HalManifest> ListCommand::getDeviceManifest() const { in getDeviceManifest() function in android::lshal::ListCommand
201 return lshal::getVintfInfo(getDeviceManifest(), fqInstance, ta, DEVICE_MANIFEST) | in getVintfInfo()
756 for (auto manifest : {getDeviceManifest(), getFrameworkManifest()}) { in fetchManifestHals()