Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c37 #define TEMP_STR_MAX_LEN 128 macro
187 char mapKey[TEMP_STR_MAX_LEN]; in ProcessAppInfo()
197 if (GetJsonObjectStringItem(object, APP_INFO_TYPE_STR, mapKey, TEMP_STR_MAX_LEN)) { in ProcessAppInfo()
205 if (GetJsonObjectStringItem(object, APP_INFO_UID_STR, mapKey, TEMP_STR_MAX_LEN)) { in ProcessAppInfo()
208 if (GetJsonObjectStringItem(object, APP_INFO_ACTION_STR, mapKey, TEMP_STR_MAX_LEN)) { in ProcessAppInfo()
247 char mapKey[TEMP_STR_MAX_LEN]; in ProcessPermissionEntry()
254 if (GetJsonObjectStringItem(object, REGEXP_STR, mapKey, TEMP_STR_MAX_LEN)) { in ProcessPermissionEntry()
257 if (GetJsonObjectStringItem(object, DEVID_STR, mapKey, TEMP_STR_MAX_LEN)) { in ProcessPermissionEntry()
260 if (GetJsonObjectStringItem(object, SEC_LEVEL_STR, mapKey, TEMP_STR_MAX_LEN)) { in ProcessPermissionEntry()