Searched refs:setNextFetchKernelInfo (Results 1 – 3 of 3) sorted by relevance
62 void MockRuntimeInfo::setNextFetchKernelInfo(KernelVersion&& v, in setNextFetchKernelInfo() function in android::vintf::details::MockRuntimeInfo67 void MockRuntimeInfo::setNextFetchKernelInfo(const KernelVersion& v, in setNextFetchKernelInfo() function in android::vintf::details::MockRuntimeInfo
66 void setNextFetchKernelInfo(KernelVersion&& v, std::map<std::string, std::string>&& configs);67 void setNextFetchKernelInfo(const KernelVersion& v,
1932 runtimeInfoFactory().getInfo()->setNextFetchKernelInfo(info.version(), info.configs()); in TEST_F()1956 runtimeInfoFactory().getInfo()->setNextFetchKernelInfo(info.version(), info.configs()); in TEST_P()