Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_proxy.cpp190 uint32_t keyInfoSize = reply.ReadUint32(); in GetUserAppKey() local
191 if (keyInfoSize > MAX_RECORD_SIZE) { in GetUserAppKey()
192 LOG_ERROR("Parse keyInfos failed, results oversize %{public}d.", keyInfoSize); in GetUserAppKey()
195 for (uint32_t i = 0; i < keyInfoSize; ++i) { in GetUserAppKey()