Home
last modified time | relevance | path

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

/system/libvintf/test/
DRuntimeInfo-fake.cpp62 void MockRuntimeInfo::setNextFetchKernelInfo(KernelVersion&& v, in setNextFetchKernelInfo() function in android::vintf::details::MockRuntimeInfo
67 void MockRuntimeInfo::setNextFetchKernelInfo(const KernelVersion& v, in setNextFetchKernelInfo() function in android::vintf::details::MockRuntimeInfo
Dutils-fake.h66 void setNextFetchKernelInfo(KernelVersion&& v, std::map<std::string, std::string>&& configs);
67 void setNextFetchKernelInfo(const KernelVersion& v,
Dvintf_object_tests.cpp1932 runtimeInfoFactory().getInfo()->setNextFetchKernelInfo(info.version(), info.configs()); in TEST_F()
1956 runtimeInfoFactory().getInfo()->setNextFetchKernelInfo(info.version(), info.configs()); in TEST_P()