Home
last modified time | relevance | path

Searched refs:GetCaps (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/lite/
H A Dappspawn_message.c104 static int GetCaps(const cJSON *curItem, MessageSt *msgSt) in GetCaps() function
110 APPSPAWN_LOGE("[appspawn] GetCaps failed, no caps array found."); in GetCaps()
121 APPSPAWN_LOGE("[appspawn] GetCaps, too many caps[cnt %d], max %d", in GetCaps()
128 APPSPAWN_LOGE("[appspawn] GetCaps, malloc failed! capsCnt[cnt %d].", capsCnt); in GetCaps()
135 APPSPAWN_LOGE("[appspawn] GetCaps, invalid cap value detected!"); in GetCaps()
142 APPSPAWN_LOGE("[appspawn] GetCaps, invalid cap value %u detected!", \ in GetCaps()
192 ret = GetCaps(rootJ, msgSt); in SplitMessage()

Completed in 1 milliseconds