Home
last modified time | relevance | path

Searched refs:parseGkiKernelRelease (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/include/vintf/
DRuntimeInfo.h118 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags,
/system/libvintf/
DRuntimeInfo.cpp143 status_t RuntimeInfo::parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease() function in android::vintf::RuntimeInfo
DRuntimeInfo-target.cpp130 status_t err = RuntimeInfo::parseGkiKernelRelease(flags, mRuntimeInfo->mOsRelease, in fetchVersion()
/system/libvintf/test/
DLibVintfTest.cpp133 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease() function
136 return RuntimeInfo::parseGkiKernelRelease(flags, kernelRelease, version, kernelLevel); in parseGkiKernelRelease()
4234 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::ALL, "5.4.42-android12-0-something", in TEST_F()
4242 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::CPU_VERSION, in TEST_F()
4249 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F()
4256 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F()
4264 parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F()