Home
last modified time | relevance | path

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

/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
Dpake_v2_protocol_common.c304 Uint8Buff *maxId = NULL; in ComputeSid() local
308 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()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_store.cpp302 int32_t maxId = STATE_FAIL; in GetMaxId() local
303 int32_t result = queryResultSet->GetInt(0, maxId); in GetMaxId()
307 ANSR_LOGD("MaxId: %{public}d.", maxId); in GetMaxId()
308 return maxId; in GetMaxId()