Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dquery_app_info_callback_proxy.cpp51 int elementNameListLen = reply.ReadInt32(); in OnQueryAppInfo() local
52 …g("QueryAppInfoCallbackProxy::OnQueryAppInfo recv %{public}d app need to add", elementNameListLen); in OnQueryAppInfo()
53 if (elementNameListLen > MAX_HAP_LIST_LEN) { in OnQueryAppInfo()
56 for (int i = 0; i < elementNameListLen; i++) { in OnQueryAppInfo()