Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c91 static PeMap g_peMap[] = { variable
121 uint32_t mapSize = sizeof(g_peMap) / sizeof(PeMap); in GetPeMapValue()
124 if (strcmp(string, g_peMap[index].key) == 0) { in GetPeMapValue()
125 return g_peMap[index].value; in GetPeMapValue()