Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp200 if (map_.size() > MAX_ATTR_COUNT) { in SetBoolValue()
217 if (map_.size() > MAX_ATTR_COUNT) { in SetUint64Value()
234 if (map_.size() > MAX_ATTR_COUNT) { in SetUint32Value()
251 if (map_.size() > MAX_ATTR_COUNT) { in SetUint16Value()
268 if (map_.size() > MAX_ATTR_COUNT) { in SetUint8Value()
285 if (map_.size() > MAX_ATTR_COUNT) { in SetInt32Value()
302 if (map_.size() > MAX_ATTR_COUNT) { in SetInt64Value()
319 if (map_.size() > MAX_ATTR_COUNT) { in SetStringValue()
336 if (map_.size() > MAX_ATTR_COUNT) { in SetUint64ArrayValue()
353 if (map_.size() > MAX_ATTR_COUNT) { in SetUint32ArrayValue()
[all …]
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_proxy.cpp29 const uint32_t MAX_ATTR_COUNT = 512; variable
111 if (keys.empty() || keys.size() > MAX_ATTR_COUNT) { in GetProperty()
163 if (keys.empty() || keys.size() > MAX_ATTR_COUNT) { in GetPropertyById()
H A Duser_auth_stub.cpp35 const uint32_t MAX_ATTR_COUNT = 512; variable
172 if (keys.size() > MAX_ATTR_COUNT) { in GetPropertyStub()
217 if (keys.size() > MAX_ATTR_COUNT) { in GetPropertyByIdStub()