Searched refs:maxId (Results 1 – 2 of 2) sorted by relevance
304 Uint8Buff *maxId = NULL; in ComputeSid() local308 maxId = &sidSelf; in ComputeSid()311 maxId = &sidPeer; in ComputeSid()315 if (memcpy_s(sid->val, sid->length, maxId->val, maxId->length) != EOK) { in ComputeSid()320 …if (memcpy_s(sid->val + maxId->length, sid->length - maxId->length, minId->val, minId->length) != … in ComputeSid()
302 int32_t maxId = STATE_FAIL; in GetMaxId() local303 int32_t result = queryResultSet->GetInt(0, maxId); in GetMaxId()307 ANSR_LOGD("MaxId: %{public}d.", maxId); in GetMaxId()308 return maxId; in GetMaxId()