Home
last modified time | relevance | path

Searched defs:namespaceName (Results 1 – 3 of 3) sorted by relevance

/system/apex/libs/libapexsupport/
Dapexsupport.cpp32 std::string namespaceName = apexName; in AApexSupport_loadLibrary() local
/system/security/identity/
DCredentialData.cpp73 void CredentialData::addEntryData(const string& namespaceName, const string& entryName, in addEntryData()
449 bool CredentialData::hasEntryData(const string& namespaceName, const string& entryName) const { in hasEntryData() argument
458 optional<EntryData> CredentialData::getEntryData(const string& namespaceName, in getEntryData()
/system/security/identity/util/src/java/com/android/security/identity/internal/
DUtil.java793 public static String getStringEntry(ResultData data, String namespaceName, String name) { in getStringEntry()
797 public static boolean getBooleanEntry(ResultData data, String namespaceName, String name) { in getBooleanEntry()
801 public static long getIntegerEntry(ResultData data, String namespaceName, String name) { in getIntegerEntry()
805 public static byte[] getBytestringEntry(ResultData data, String namespaceName, String name) { in getBytestringEntry()