Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/test/
H A 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
H A Dutils-fake.h66 void setNextFetchKernelInfo(KernelVersion&& v, std::map<std::string, std::string>&& configs);
67 void setNextFetchKernelInfo(const KernelVersion& v,
H A Dvintf_object_tests.cpp1977 runtimeInfoFactory().getInfo()->setNextFetchKernelInfo(info.version(), info.configs()); in TEST_F()
2001 runtimeInfoFactory().getInfo()->setNextFetchKernelInfo(info.version(), info.configs()); in TEST_P()