Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/
Dkeymint_utils.cpp121 std::string patchlevel = wait_and_get_property(kPlatformPatchlevelProp); in getOsPatchlevel() local
122 return getPatchlevel(patchlevel.c_str(), PatchlevelOutput::kYearMonth); in getOsPatchlevel()
126 std::string patchlevel = wait_and_get_property(kVendorPatchlevelProp); in getVendorPatchlevel() local
127 return getPatchlevel(patchlevel.c_str(), PatchlevelOutput::kYearMonthDay); in getVendorPatchlevel()
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp271 std::string patchlevel = wait_and_get_property(kPlatformPatchlevelProp); in getOsPatchlevel() local
272 return getOsPatchlevel(patchlevel.c_str()); in getOsPatchlevel()
/hardware/interfaces/keymaster/4.0/
Dtypes.hal583 * different from the currently-running system patchlevel must cause begin(),
591 * The IKeymasterDevice HAL must read the current system patchlevel from the system property
594 * another patchlevel until after the next boot.
776 * different from the currently-running system patchlevel must cause begin(),
785 * The IKeymasterDevice HAL must read the current vendor patchlevel from the system property
788 * patchlevel until after the next boot.
798 * Tag::BOOT_PATCHLEVEL value different from the currently-running system patchlevel must
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp176 auto patchlevel = allAuths.GetTagValue(TAG_BOOT_PATCHLEVEL); in boot_patch_level() local
177 if (patchlevel.has_value()) { in boot_patch_level()
178 return patchlevel.value(); in boot_patch_level()