Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dquery_app_info_callback_proxy.cpp68 int appLen = reply.ReadInt32(); in OnQueryAppInfo() local
69 … InfoLog("QueryAppInfoCallbackProxy::OnQueryAppInfo recv %{public}d app need to add", appLen); in OnQueryAppInfo()
70 if (appLen > MAX_HAP_LIST_LEN) { in OnQueryAppInfo()
73 for (int i = 0; i < appLen; i++) { in OnQueryAppInfo()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dquery_app_info_callback_stub.cpp136 int appLen = static_cast<int>(hceAppList.size()); in RemoteQueryAppInfo() local
137 reply.WriteInt32(appLen); in RemoteQueryAppInfo()
138 for (int i = 0; i < appLen; i++) { in RemoteQueryAppInfo()