Searched refs:appLen (Results 1 – 2 of 2) sorted by relevance
68 int appLen = reply.ReadInt32(); in OnQueryAppInfo() local69 … 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()
136 int appLen = static_cast<int>(hceAppList.size()); in RemoteQueryAppInfo() local137 reply.WriteInt32(appLen); in RemoteQueryAppInfo()138 for (int i = 0; i < appLen; i++) { in RemoteQueryAppInfo()