Searched refs:GetRuntimeInfo (Results 1 – 5 of 5) sorted by relevance
34 std::shared_ptr<const RuntimeInfo> info = VintfObject::GetRuntimeInfo(flags); \56 VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlag::POLICYVERS); in android_os_VintfRuntimeInfo_getKernelSepolicyVersion()
311 static std::shared_ptr<const RuntimeInfo> GetRuntimeInfo(
249 auto ki = VintfObject::GetRuntimeInfo();
533 std::shared_ptr<const RuntimeInfo> VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlags flags) { in GetRuntimeInfo() function in android::vintf::VintfObject
583 TEST_F(VintfObjectRuntimeInfoTest, GetRuntimeInfo) { in TEST_F() argument